adjusting for exsting traefik host

This commit is contained in:
2025-09-08 18:34:10 +02:00
parent 7c743a56cc
commit 9e18323e5f
2 changed files with 89 additions and 3 deletions

View File

@@ -31,9 +31,8 @@ services:
- coolify.managed=true
- traefik.enable=true
- "traefik.http.routers.jobs-app.rule=Host(`${SERVICE_FQDN_JOBS_APP:-localhost}`)"
- traefik.http.routers.jobs-app.entryPoints=https
- "traefik.http.routers.jobs-app.middlewares=https-redirect"
- "traefik.http.middlewares.https-redirect.redirectscheme.scheme=https"
- traefik.http.routers.jobs-app.entryPoints=http
- "traefik.http.services.jobs-app.loadbalancer.server.port=8000"
networks:
- jobs-network
restart: unless-stopped