Remove Traefik labels from bugsink service configuration in bugsink.yaml

This commit is contained in:
Andras Bacsai
2025-05-13 11:06:55 +02:00
parent 99530f1e9c
commit 8d7e045b81
2 changed files with 1 additions and 6 deletions

View File

@@ -39,11 +39,6 @@ services:
- 'CSRF_TRUSTED_ORIGINS=${SERVICE_FQDN_BUGSINK_8000}'
- USE_X_FORWARDED_HOST=True
- 'GUNICORN_CMD_ARGS=--forwarded-allow-ips="*"'
labels:
- traefik.enable=true
- traefik.http.routers.bugsink.rule=Host(`${SERVICE_FQDN_BUGSINK_8000}`)
- traefik.http.routers.bugsink.entrypoints=websecure
- traefik.http.routers.bugsink.tls=true
depends_on:
mysql:
condition: service_healthy