Merge branch '36-improve-communication-between-microservices' into 'development'

fix:#36 added env to prod and dev

See merge request htwk-software/htwkalender!38
This commit is contained in:
Elmar Kresse
2024-06-18 23:31:16 +00:00
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@ services:
image: DOCKER_REGISTRY_REPO-ical # DOCKER_REGISTRY_REPO will be replaced by CI image: DOCKER_REGISTRY_REPO-ical # DOCKER_REGISTRY_REPO will be replaced by CI
pull_policy: always pull_policy: always
restart: always restart: always
environment:
- DATA_MANAGER_URL=htwkalender-data-manager
networks: networks:
- "net" - "net"

View File

@ -29,6 +29,8 @@ services:
image: DOCKER_REGISTRY_REPO-ical # DOCKER_REGISTRY_REPO will be replaced by CI image: DOCKER_REGISTRY_REPO-ical # DOCKER_REGISTRY_REPO will be replaced by CI
pull_policy: always pull_policy: always
restart: always restart: always
environment:
- DATA_MANAGER_URL=htwkalender-data-manager
networks: networks:
- "net" - "net"