mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 17:48:49 +02:00
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:
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user