Initial docker compose commit
This commit is contained in:
17
sonarr/compose.yml
Normal file
17
sonarr/compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr:latest
|
||||
container_name: sonarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Los_Angeles
|
||||
volumes:
|
||||
- /mnt/storage/apps/sonarr/data:/config
|
||||
- /mnt/storage/media/TV:/tv
|
||||
- /mnt/storage/downloads/tv:/downloads
|
||||
ports:
|
||||
- 8989:8989
|
||||
restart: unless-stopped
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
Reference in New Issue
Block a user