IIS terminates SSL and forwards HTTP (port 80) to Traefik.
tls=true was putting the router on websecure (port 443),
causing 404. All other apps use entrypoints=web.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Dokploy's Docker Compose option uses docker compose up (not stack deploy),
so bridge networks work correctly. Overlay was needed only for Stack mode.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>