Add Traefik loadbalancer port label for frontend:8080

Coolify 4.1.x omits loadbalancer.server.port when the domain has no :8080
suffix, causing Traefik 404. Explicit label targets nginx on 8080.
This commit is contained in:
epistemophiliac 2026-06-16 22:47:39 -04:00
parent 047802757e
commit f320055b68

View file

@ -202,6 +202,8 @@ services:
timeout: 10s
retries: 20
start_period: 180s
labels:
- traefik.http.services.frontend.loadbalancer.server.port=8080
queue-short:
<<: *backend_defaults