fix:#7 added limit to POST in nginx config

This commit is contained in:
Elmar Kresse
2024-06-10 21:29:56 +02:00
parent 5e8365f3c5
commit 085ffe1baf
3 changed files with 29 additions and 5 deletions

View File

@ -16,7 +16,7 @@
services:
htwkalender-data-manager:
image: DOCKER_REGISTRY_REPO-backend # DOCKER_REGISTRY_REPO will be replaced by CI
image: DOCKER_REGISTRY_REPO-data-manager # 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
@ -25,6 +25,14 @@ 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:
- "net"
htwkalender-frontend:
image: DOCKER_REGISTRY_REPO-frontend # DOCKER_REGISTRY_REPO will be replaced by CI
pull_policy: always