Skip to content
Snippets Groups Projects
Commit be2373f7 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6616: Experiment with network

parent 2f45efe0
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ services:
interval: 10s
timeout: 10s
retries: 5
networks:
- ozgcloud
vorgang-manager:
image: docker.ozg-sh.de/vorgang-manager:${VORGANG_MANAGER_DOCKER_IMAGE:-snapshot-latest}
......@@ -79,6 +81,8 @@ services:
condition: service_healthy
user-manager:
condition: service_started
networks:
- ozgcloud
alfa:
image: docker.ozg-sh.de/alfa:${ALFA_DOCKER_IMAGE:-snapshot-latest}
......@@ -115,6 +119,8 @@ services:
- vorgang-manager
- user-manager
- zufi-manager-server
networks:
- ozgcloud
elastic:
image: docker.elastic.co/elasticsearch/elasticsearch:8.3.2
......@@ -145,6 +151,8 @@ services:
interval: 10s
timeout: 10s
retries: 5
networks:
- ozgcloud
user-manager:
image: docker.ozg-sh.de/user-manager:${USER_MANAGER_DOCKER_IMAGE:-snapshot-latest}
......@@ -175,6 +183,8 @@ services:
depends_on:
mongodb:
condition: service_healthy
networks:
- ozgcloud
zufi-manager-pvog:
image: docker.ozg-sh.de/zufi-manager:snapshot-latest
......@@ -189,6 +199,8 @@ services:
condition: service_healthy
smocker-init:
condition: service_completed_successfully
networks:
- ozgcloud
zufi-manager-server:
image: docker.ozg-sh.de/zufi-server:snapshot-latest
......@@ -204,6 +216,8 @@ services:
condition: service_healthy
zufi-manager-pvog:
condition: service_completed_successfully
networks:
- ozgcloud
smocker:
image: thiht/smocker
......@@ -218,6 +232,8 @@ services:
interval: 5s
timeout: 5s
retries: 5
networks:
- ozgcloud
smocker-init:
image: alpine/curl
......@@ -228,4 +244,11 @@ services:
curl -X POST http://smocker:8081/mocks -H 'Content-Type: application/x-yaml' --data-binary @/mocks/mocks.yaml"
depends_on:
smocker:
condition: service_healthy
\ No newline at end of file
condition: service_healthy
networks:
- ozgcloud
networks:
ozgcloud:
driver: bridge
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment