Skip to content

Commit f4a013f

Browse files
author
Jim White
committed
updated with newer nexus images for those not in docker hub
Signed-off-by: Jim White <[email protected]>
1 parent 93f89b2 commit f4a013f

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

compose-files/docker-compose-california-0.5.2.yml

+6-9
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# * @author: Jim White, Dell
1515
# * EdgeX Foundry, California Preview, version 0.5.2
1616
# * 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
1919
# u: docker, p: docker
2020
# *******************************************************************************/
2121

@@ -77,7 +77,6 @@ services:
7777

7878
logging:
7979
image: edgexfoundry/docker-support-logging-go:0.5.2
80-
# image: edgexfoundry/docker-support-logging:0.2.1
8180
ports:
8281
- "48061:48061"
8382
container_name: edgex-support-logging
@@ -95,7 +94,7 @@ services:
9594
- volume
9695

9796
notifications:
98-
image: edgexfoundry/docker-support-notifications:0.2
97+
image: nexus3.edgexfoundry.org:10004/docker-support-notifications:0.5.0
9998
ports:
10099
- "48060:48060"
101100
container_name: edgex-support-notifications
@@ -161,7 +160,7 @@ services:
161160

162161
# scheduler container does not come up on Consul - bug fix in the works.
163162
scheduler:
164-
image: edgexfoundry/docker-support-scheduler::0.2.1
163+
image: nexus3.edgexfoundry.org:10004/docker-support-scheduler:0.5.0
165164
ports:
166165
- "48085:48085"
167166
container_name: edgex-support-scheduler
@@ -219,7 +218,7 @@ services:
219218
- EXPORT_DISTRO_MQTTS_KEY_FILE=none
220219

221220
rulesengine:
222-
image: edgexfoundry/docker-support-rulesengine:0.2.1
221+
image: nexus3.edgexfoundry.org:10004/docker-support-rulesengine:0.5.0
223222
ports:
224223
- "48075:48075"
225224
container_name: edgex-support-rulesengine
@@ -239,7 +238,7 @@ services:
239238
#################################################################
240239

241240
device-virtual:
242-
image: edgexfoundry/docker-device-virtual:0.2.1
241+
image: nexus3.edgexfoundry.org:10004/docker-device-virtual:0.5.0
243242
ports:
244243
- "49990:49990"
245244
container_name: edgex-device-virtual
@@ -368,5 +367,3 @@ networks:
368367
edgex-network:
369368
driver: "bridge"
370369
...
371-
372-

0 commit comments

Comments
 (0)