@@ -134,7 +134,7 @@ services:
134
134
135
135
# containers for reverse proxy
136
136
kong-db :
137
- image : " postgres:9.6"
137
+ image : postgres:9.6
138
138
container_name : kong-db
139
139
hostname : kong-db
140
140
networks :
@@ -148,7 +148,7 @@ services:
148
148
- ' POSTGRES_USER=kong'
149
149
150
150
kong-migrations :
151
- image : " kong:1.3.0"
151
+ image : kong:1.3.0
152
152
container_name : kong-migrations
153
153
networks :
154
154
edgex-network :
@@ -175,7 +175,7 @@ services:
175
175
- consul
176
176
177
177
kong :
178
- image : " kong:1.3.0"
178
+ image : kong:1.3.0
179
179
container_name : kong
180
180
hostname : kong
181
181
networks :
@@ -232,7 +232,7 @@ services:
232
232
# end of containers for reverse proxy
233
233
234
234
# mongo:
235
- # image: nexus3. edgexfoundry.org:10004 /docker-edgex-mongo:1.1.0
235
+ # image: edgexfoundry/docker-edgex-mongo:1.1.0
236
236
# ports:
237
237
# - "27017:27017"
238
238
# container_name: edgex-mongo
@@ -373,7 +373,7 @@ services:
373
373
- metadata
374
374
375
375
# app-service-rules:
376
- # image: nexus3. edgexfoundry.org:10004 /docker-app-service-configurable:master
376
+ # image: edgexfoundry/docker-app-service-configurable:1.0.0
377
377
# ports:
378
378
# - "48100:48100"
379
379
# container_name: edgex-app-service-configurable-rules
@@ -394,7 +394,7 @@ services:
394
394
# - data
395
395
396
396
# rulesengine:
397
- # image: nexus3. edgexfoundry.org:10004 /docker-support-rulesengine:master
397
+ # image: edgexfoundry/docker-support-rulesengine:1.1.0
398
398
# ports:
399
399
# - "48075:48075"
400
400
# container_name: edgex-support-rulesengine
@@ -473,7 +473,7 @@ services:
473
473
- command
474
474
475
475
# device-random:
476
- # image: nexus3. edgexfoundry.org:10004 /docker-device-random-go:1.1.0
476
+ # image: edgexfoundry/docker-device-random-go:1.1.0
477
477
# ports:
478
478
# - "49988:49988"
479
479
# container_name: edgex-device-random
@@ -490,7 +490,7 @@ services:
490
490
# - command
491
491
#
492
492
# device-mqtt:
493
- # image: nexus3. edgexfoundry.org:10004 /docker-device-mqtt-go:1.1.0
493
+ # image: edgexfoundry/docker-device-mqtt-go:1.1.0
494
494
# ports:
495
495
# - "49982:49982"
496
496
# container_name: edgex-device-mqtt
@@ -507,7 +507,7 @@ services:
507
507
# - command
508
508
#
509
509
# device-modbus:
510
- # image: nexus3. edgexfoundry.org:10004 /docker-device-modbus-go:1.1.0
510
+ # image: edgexfoundry/docker-device-modbus-go:1.1.0
511
511
# ports:
512
512
# - "49991:49991"
513
513
# container_name: edgex-device-modbus
@@ -524,7 +524,7 @@ services:
524
524
# - command
525
525
#
526
526
# device-snmp:
527
- # image: nexus3. edgexfoundry.org:10004 /docker-device-snmp-go:1.1.0
527
+ # image: edgexfoundry/docker-device-snmp-go:1.1.0
528
528
# ports:
529
529
# - "49993:49993"
530
530
# container_name: edgex-device-snmp
0 commit comments