Files
ciaovolo/flight-comparator/docker-compose.yml
domverse d494e80ff7
All checks were successful
Deploy / deploy (push) Successful in 11s
fix: force Traefik to use domverse network for routing
When a container is attached to multiple networks, Traefik picks an IP
from any of them. The frontend is on both domverse and flight-radar_default;
Traefik isn't on the latter, so ~50% of requests 504 after 30s.

Adding traefik.docker.network=domverse pins routing to the shared network.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 16:05:17 +01:00

2.1 KiB