Merge branch 'main' of ssh://git.commumedia.org:2222/alex/headquarter
CI / Web CI (push) Failing after 9s
CI / API CI (push) Failing after 10s

This commit is contained in:
2026-05-16 13:16:24 +00:00
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -29,7 +29,6 @@ services:
- traefik.http.routers.headquarter-api.entrypoints=${TRAEFIK_ENTRYPOINT:-websecure}
- traefik.http.routers.headquarter-api.tls.certresolver=${TRAEFIK_CERT_RESOLVER:-letsencrypt}
- traefik.http.services.headquarter-api.loadbalancer.server.port=8000
- traefik.http.routers.headquarter-api.middlewares=default-security-headers@file
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "python -c \"import urllib.request; urllib.request.urlopen('http://localhost:8000/health')\""]
@@ -63,7 +62,6 @@ services:
- traefik.http.routers.headquarter-web.entrypoints=${TRAEFIK_ENTRYPOINT:-websecure}
- traefik.http.routers.headquarter-web.tls.certresolver=${TRAEFIK_CERT_RESOLVER:-letsencrypt}
- traefik.http.services.headquarter-web.loadbalancer.server.port=8080
- traefik.http.routers.headquarter-web.middlewares=default-security-headers@file
restart: unless-stopped
db:
-2
View File
@@ -29,7 +29,6 @@ services:
- traefik.http.routers.headquarter-api.entrypoints=${TRAEFIK_ENTRYPOINT:-websecure}
- traefik.http.routers.headquarter-api.tls.certresolver=${TRAEFIK_CERT_RESOLVER:-letsencrypt}
- traefik.http.services.headquarter-api.loadbalancer.server.port=8000
- traefik.http.routers.headquarter-api.middlewares=default-security-headers@file
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "python -c \"import urllib.request; urllib.request.urlopen('http://localhost:8000/health')\""]
@@ -62,7 +61,6 @@ services:
- traefik.http.routers.headquarter-web.entrypoints=${TRAEFIK_ENTRYPOINT:-websecure}
- traefik.http.routers.headquarter-web.tls.certresolver=${TRAEFIK_CERT_RESOLVER:-letsencrypt}
- traefik.http.services.headquarter-web.loadbalancer.server.port=8080
- traefik.http.routers.headquarter-web.middlewares=default-security-headers@file
restart: unless-stopped
db: