fix:#59 fixed cert paths and added new nginx conf

This commit is contained in:
Elmar Kresse
2024-04-21 02:36:59 +02:00
parent 66c0151842
commit b1f02c29b5
5 changed files with 91 additions and 5 deletions

View File

@ -16,7 +16,7 @@
services:
htwkalender-backend:
image: DOCKER_REGISTRY_REPO:backend # DOCKER_REGISTRY_REPO will be replaced by CI
image: DOCKER_REGISTRY_REPO-backend # DOCKER_REGISTRY_REPO will be replaced by CI
command: "--http=0.0.0.0:8090 --dir=/htwkalender/data/pb_data"
pull_policy: always
restart: always
@ -26,7 +26,7 @@ services:
- "net"
htwkalender-frontend:
image: DOCKER_REGISTRY_REPO:frontend # DOCKER_REGISTRY_REPO will be replaced by CI
image: DOCKER_REGISTRY_REPO-frontend # DOCKER_REGISTRY_REPO will be replaced by CI
pull_policy: always
restart: always
depends_on: