14
14
# * @author: Jim White, Dell
15
15
# * EdgeX Foundry, California Preview, version 0.5.2
16
16
# * added: May 3, 2018
17
- # Login to the nexus3.edgexfoundry.org:10003 registry instance with:
18
- # docker login nexus3.edgexfoundry.org:10003
17
+ # Login to the nexus3.edgexfoundry.org:10004 registry instance with:
18
+ # docker login nexus3.edgexfoundry.org:10004
19
19
# u: docker, p: docker
20
20
# *******************************************************************************/
21
21
@@ -77,7 +77,6 @@ services:
77
77
78
78
logging :
79
79
image : edgexfoundry/docker-support-logging-go:0.5.2
80
- # image: edgexfoundry/docker-support-logging:0.2.1
81
80
ports :
82
81
- " 48061:48061"
83
82
container_name : edgex-support-logging
@@ -95,7 +94,7 @@ services:
95
94
- volume
96
95
97
96
notifications :
98
- image : edgexfoundry/docker-support-notifications:0.2
97
+ image : nexus3. edgexfoundry.org:10004 /docker-support-notifications:0.5.0
99
98
ports :
100
99
- " 48060:48060"
101
100
container_name : edgex-support-notifications
@@ -161,7 +160,7 @@ services:
161
160
162
161
# scheduler container does not come up on Consul - bug fix in the works.
163
162
scheduler :
164
- image : edgexfoundry/docker-support-scheduler::0.2.1
163
+ image : nexus3. edgexfoundry.org:10004 /docker-support-scheduler:0.5.0
165
164
ports :
166
165
- " 48085:48085"
167
166
container_name : edgex-support-scheduler
@@ -219,7 +218,7 @@ services:
219
218
- EXPORT_DISTRO_MQTTS_KEY_FILE=none
220
219
221
220
rulesengine :
222
- image : edgexfoundry/docker-support-rulesengine:0.2.1
221
+ image : nexus3. edgexfoundry.org:10004 /docker-support-rulesengine:0.5.0
223
222
ports :
224
223
- " 48075:48075"
225
224
container_name : edgex-support-rulesengine
@@ -239,7 +238,7 @@ services:
239
238
# ################################################################
240
239
241
240
device-virtual :
242
- image : edgexfoundry/docker-device-virtual:0.2.1
241
+ image : nexus3. edgexfoundry.org:10004 /docker-device-virtual:0.5.0
243
242
ports :
244
243
- " 49990:49990"
245
244
container_name : edgex-device-virtual
@@ -368,5 +367,3 @@ networks:
368
367
edgex-network :
369
368
driver : " bridge"
370
369
...
371
-
372
-
0 commit comments