Files
stacks/traefik
valknar b0dba5bf40 fix(traefik): explicitly define the traefik entrypoint on :8080
--api.dashboard=true alone wasn't enough - the API returned 404 on
every path after enabling it. Traefik apparently doesn't reliably
auto-create the default "traefik" entrypoint the way older docs
describe; defining it explicitly is the documented, reliable way to
get the API/dashboard router actually listening. Still not in ports:,
so still only reachable from other containers on falcon_network.
2026-08-17 18:48:41 +02:00
..