This commit is contained in:
msnie
2024-06-08 23:27:36 +02:00
parent 36baf17ff1
commit 0462bddd16
2 changed files with 27 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DOMAIN_NAME=knast.cc
DEFAULT_NETWORK=traefik
+25
View File
@@ -0,0 +1,25 @@
version: '3.6'
services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /srv/sonarr:/config
- nfs_tv_data:/tv
# - /path/to/downloadclient-downloads:/downloads #optional
ports:
- 8989:8989
restart: unless-stopped
volumes:
nfs_tv_data:
external: true
networks:
traefik:
external: true