Merge branch '7-scalability' into 'development'

Resolve "scalability"

See merge request htwk-software/htwkalender!25
This commit is contained in:
Elmar Kresse
2024-06-10 20:45:14 +00:00
3 changed files with 1 additions and 3 deletions

View File

@ -29,7 +29,6 @@ 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
target: prod
networks: networks:
- "net" - "net"

View File

@ -29,7 +29,6 @@ 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
target: prod
networks: networks:
- "net" - "net"

View File

@ -30,7 +30,7 @@ services:
htwkalender-ical: htwkalender-ical:
build: build:
dockerfile: Dockerfile dockerfile: Dockerfile
context: ./services/ical context: services/ical
target: dev # prod target: dev # prod