Agregando sonarr al stack
This commit is contained in:
13
stacks/sonarr/compose.yml
Normal file
13
stacks/sonarr/compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
sonarr:
|
||||
image: ghcr.io/hotio/sonarr:release-4.0.16.2944
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- UMASK=002
|
||||
- TZ=America/Santiago
|
||||
volumes:
|
||||
- ${CONFIG_DIR}:/config
|
||||
- ${MEDIA_ANIME}:/data/anime
|
||||
- ${MEDIA_TV}:/data/tv
|
||||
- ${MEDIA_DOWNLOADS}:/data/downloads
|
||||
Reference in New Issue
Block a user