feat: sonarr service

This commit is contained in:
2025-11-27 20:14:11 +01:00
parent 682a5b949f
commit ddb755e7e5
+18
View File
@@ -37,6 +37,24 @@ services:
restart: unless-stopped
networks:
- traefik-proxy
sonarr:
image: ghcr.io/hotio/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=${TZ:-Europe/Moscow}
ports:
- "8989:8989"
volumes:
- ./sonarr/config:/config
- ./data/media/tv:/tv
- ./data/downloads:/downloads
networks:
- traefik-proxy
restart: unless-stopped
networks:
traefik-proxy: