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:
@@ -132,6 +132,12 @@ services:
|
||||
labels:
|
||||
- "homelab.category=infrastructure"
|
||||
- "homelab.description=VPN client for secure downloads"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.qbittorrent.rule=Host(`qbit.${DOMAIN}`)"
|
||||
- "traefik.http.routers.qbittorrent.entrypoints=websecure"
|
||||
- "traefik.http.routers.qbittorrent.tls=true"
|
||||
- "traefik.http.routers.qbittorrent.middlewares=authelia@docker"
|
||||
- "traefik.http.services.qbittorrent.loadbalancer.server.port=8080"
|
||||
|
||||
volumes:
|
||||
authelia-data:
|
||||
|
||||
Reference in New Issue
Block a user