mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
Merge branch '7-scalability' into 'development'
fix:#7 fixed docker compose format See merge request htwk-software/htwkalender!24
This commit is contained in:
@ -25,12 +25,12 @@ services:
|
||||
networks:
|
||||
- "net"
|
||||
|
||||
htwkalender-ical:
|
||||
image: DOCKER_REGISTRY_REPO-ical # DOCKER_REGISTRY_REPO will be replaced by CI
|
||||
pull_policy: always
|
||||
restart: always
|
||||
target: prod
|
||||
networks:
|
||||
htwkalender-ical:
|
||||
image: DOCKER_REGISTRY_REPO-ical # DOCKER_REGISTRY_REPO will be replaced by CI
|
||||
pull_policy: always
|
||||
restart: always
|
||||
target: prod
|
||||
networks:
|
||||
- "net"
|
||||
|
||||
htwkalender-frontend:
|
||||
|
Reference in New Issue
Block a user