You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2021. It is now read-only.
Copy file name to clipboardexpand all lines: compose-builder/Makefile
+5-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
include .env
20
20
21
21
COMPOSE_FILES:=-f docker-compose-base.yml
22
-
OPTIONS:=" arm64 no-secty mqtt dev ui ds-bacnet ds-grove ds-modbus ds-mqtt ds-random ds-rest ds-snmp ds-virtual" # Must have spaces around words for `filter-out` function to work properly
22
+
OPTIONS:=" arm64 no-secty mqtt dev ui ds-bacnet ds-camera ds-grove ds-modbus ds-mqtt ds-random ds-rest ds-snmp ds-virtual" # Must have spaces around words for `filter-out` function to work properly
Copy file name to clipboardexpand all lines: compose-builder/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ This folder contains the following compose files:
32
32
Security **extending** compose file. Adds the additional security services and configuration of services so that all the services are running in the secure configuration.
33
33
-**add-device-bacnet.yml**
34
34
Device Service **extending** compose file, which adds the **Device Bacnet** service.
35
+
-**add-device-camera.yml**
36
+
Device Service **extending** compose file, which adds the **Device Camera** service.
35
37
-**add-device-grove.yml**
36
38
Device Service **extending** compose file, which adds the **Device Grove** service.
37
39
-**add-device-modbus.yml**
@@ -96,6 +98,7 @@ Options:
96
98
dev: Generates compose file using local dev built images from edgex-go repo's
97
99
'make docker' which creates docker images tagged with '0.0.0-dev'
98
100
ds-bacnet: Generates compose file with device-bacnet included
101
+
ds-camera: Generates compose file with device-camera included
99
102
ds-grove: Generates compose file with device-grove included (valid only with arm64 option)
100
103
ds-modbus: Generates compose file with device-modbus included
101
104
ds-mqtt: Generates compose file with device-mqtt included
@@ -117,6 +120,7 @@ Options:
117
120
'make docker' which creates docker images tagged with '0.0.0-dev'
118
121
ds-modbus: Runs with device-modbus included
119
122
ds-bacnet: Runs with device-bacnet included
123
+
ds-camera: Runs with device-camera included
120
124
ds-grove: Runs with device-grove included (valid only with arm64 option)
121
125
ds-mqtt: Runs with device-mqtt included
122
126
ds-random: Runs with device-random included
@@ -135,6 +139,7 @@ Options:
135
139
no-secty: Pulls images for Non-Secure Mode, otherwise pull images for Secure Mode
136
140
arm64: Pulls ARM64 version of images
137
141
ds-bacnet: Pull includes device-bacnet
142
+
ds-camera: Pull includes device-camera
138
143
ds-grove: Pull includes device-grove (valid only with arm64 option)
139
144
ds-modbus: Pull includes device-modbus
140
145
ds-mqtt: Pull includes device-mqtt
@@ -157,6 +162,7 @@ Options:
157
162
'make docker' which creates docker images tagged with '0.0.0-dev'
158
163
ds-modbus: Generates compose file with device-modbus included
159
164
ds-bacnet: Generates compose file with device-bacnet included
165
+
ds-camera: Generates compose file with device-camera included
160
166
ds-grove: Generates compose file with device-grove included (valid only with arm64 option)
161
167
ds-mqtt: Generates compose file with device-mqtt included
162
168
ds-random: Generates compose file with device-random included
0 commit comments