fix: add job rules

This commit is contained in:
Justin Kreller
2024-11-29 03:11:03 +01:00
parent 32fa82f68b
commit aa48cbce9f
5 changed files with 101 additions and 70 deletions

View File

@@ -16,8 +16,7 @@
services:
htwkalender-data-manager:
image: DOCKER_REGISTRY_REPO-data-manager # DOCKER_REGISTRY_REPO will be replaced by CI
command: "--http=0.0.0.0:8090 --dir=/htwkalender-data-manager/data/pb_data"
image: DOCKER_REGISTRY_REPO/data-manager:DEV_TAG # DOCKER_REGISTRY_REPO will be replaced by CI
pull_policy: always
restart: always
volumes:
@@ -26,7 +25,7 @@ services:
- "net"
htwkalender-ical:
image: DOCKER_REGISTRY_REPO-ical # DOCKER_REGISTRY_REPO will be replaced by CI
image: DOCKER_REGISTRY_REPO/ical:DEV_TAG # DOCKER_REGISTRY_REPO will be replaced by CI
pull_policy: always
restart: always
environment:
@@ -37,7 +36,7 @@ services:
- htwkalender-data-manager
htwkalender-frontend:
image: DOCKER_REGISTRY_REPO-frontend # DOCKER_REGISTRY_REPO will be replaced by CI
image: DOCKER_REGISTRY_REPO/frontend:DEV_TAG # DOCKER_REGISTRY_REPO will be replaced by CI
pull_policy: always
restart: always
depends_on: