Fix Traefik routing for qbittorrent and vaultwarden
- Add tls=true label to vaultwarden for HTTPS routing - Add Traefik routing labels to Gluetun for qbittorrent access - Move qbittorrent service to media-management stack (proper location) - Update copilot-instructions.md with project-specific architecture details - Clean up outdated gluetun.yml references in media.yml template Both services now accessible via HTTPS with proper SSL certificates.
This commit is contained in:
@@ -133,6 +133,7 @@ services:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.vaultwarden.rule=Host(`bitwarden.${DOMAIN}`)"
|
||||
- "traefik.http.routers.vaultwarden.entrypoints=websecure"
|
||||
- "traefik.http.routers.vaultwarden.tls=true"
|
||||
- "traefik.http.routers.vaultwarden.tls.certresolver=letsencrypt"
|
||||
# SSO disabled for browser extension and mobile app compatibility
|
||||
# - "traefik.http.routers.vaultwarden.middlewares=authelia@docker"
|
||||
|
||||
Reference in New Issue
Block a user