Added podcasts

This commit is contained in:
root 2023-07-25 19:53:25 +00:00
parent 0ed1a5b7d7
commit 22ea71d3f6

View File

@ -32,7 +32,7 @@ services:
- ./.env
labels:
- "traefik.enable=true"
- "traefik.http.routers.castopod.rule=Host(\`castopod.$DOMAIN\`)"
- "traefik.http.routers.castopod.rule=Host(\`castopod.$DOMAIN\`,\`podcasts,$DOMAIN\`)"
- "traefik.http.routers.castopod.entrypoints=websecure"
- "traefik.http.routers.castopod.tls.certresolver=letsencrypt"
- "traefik.http.services.castopod.loadbalancer.server.port=8000"