Agregando sonarr al stack

This commit is contained in:
2026-03-12 09:55:06 -03:00
parent 399b36b7e7
commit 6b351e4bb8
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
services:
sonarr:
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik"
- "traefik.http.routers.sonarr-web.rule=Host(`sonarr.skrd.fun`)"
- "traefik.http.routers.sonarr-web.entrypoints=web"
- "traefik.http.routers.sonarr-web.middlewares=redirect-to-https@file"
- "traefik.http.routers.sonarr.rule=Host(`sonarr.skrd.fun`)"
- "traefik.http.routers.sonarr.entrypoints=websecure"
- "traefik.http.routers.sonarr.tls.certresolver=cf"
- "traefik.http.services.sonarr.loadbalancer.server.port=8080"
networks:
- proxy
networks:
proxy:
name: traefik
external: true