feat: sonarr service
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user