Skip to content
Snippets Groups Projects
Commit 78f3d801 authored by madavi's avatar madavi Committed by Gerrit Code Review
Browse files

Merge "docker-compose.yaml: updated default TAG to 6"

parents 309fdcc6 ffb84c5d
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ services:
networks:
- netOSM
keystone:
image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-5}
image: ${DOCKER_USER:-opensourcemano}/keystone:${TAG:-6}
networks:
- netOSM
environment:
......@@ -70,7 +70,7 @@ services:
ports:
- "${OSM_KEYSTONE_PORTS:-5000:5000}"
nbi:
image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-5}
image: ${DOCKER_USER:-opensourcemano}/nbi:${TAG:-6}
networks:
- netOSM
volumes:
......@@ -86,7 +86,7 @@ services:
# - kafka
# - mongo
lcm:
image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-5}
image: ${DOCKER_USER:-opensourcemano}/lcm:${TAG:-6}
networks:
- netOSM
volumes:
......@@ -114,7 +114,7 @@ services:
# ports:
# - "3306:3306"
ro:
image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-5}
image: ${DOCKER_USER:-opensourcemano}/ro:${TAG:-6}
networks:
- netOSM
environment:
......@@ -128,7 +128,7 @@ services:
ports:
- "${OSM_RO_PORTS:-9090:9090}"
mon:
image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-5}
image: ${DOCKER_USER:-opensourcemano}/mon:${TAG:-6}
networks:
- netOSM
volumes:
......@@ -148,7 +148,7 @@ services:
max-file: 5
max-size: 10m
pol:
image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-5}
image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-6}
networks:
- netOSM
volumes:
......@@ -167,7 +167,7 @@ services:
max-file: 5
max-size: 10m
light-ui:
image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-5}
image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-6}
networks:
- netOSM
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment