feat(infra): Open Notificaties up + shared network (closes #2) (#42)
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / unit (push) Has been cancelled
CI / compose-smoke (push) Has been cancelled

This commit was merged in pull request #42.
This commit is contained in:
2026-06-03 13:59:02 +00:00
parent 0409eb42c5
commit 195a76aaf2
6 changed files with 177 additions and 11 deletions

View File

@@ -22,11 +22,11 @@ services:
interval: 5s
timeout: 3s
retries: 10
networks: [oz]
networks: [cg]
oz-redis:
image: docker.io/library/redis:7
networks: [oz]
networks: [cg]
oz-init:
image: docker.io/openzaak/open-zaak:${OPENZAAK_TAG:-latest}
@@ -61,7 +61,7 @@ services:
condition: service_healthy
oz-redis:
condition: service_started
networks: [oz]
networks: [cg]
openzaak:
image: docker.io/openzaak/open-zaak:${OPENZAAK_TAG:-latest}
@@ -77,7 +77,7 @@ services:
depends_on:
oz-init:
condition: service_completed_successfully
networks: [oz]
networks: [cg]
oz-celery:
image: docker.io/openzaak/open-zaak:${OPENZAAK_TAG:-latest}
@@ -86,10 +86,10 @@ services:
depends_on:
oz-init:
condition: service_completed_successfully
networks: [oz]
networks: [cg]
volumes:
oz-db:
networks:
oz:
cg: