Replace sonarr by linuxserver.io one

This commit is contained in:
Jean Froment 2018-06-19 19:40:09 +02:00
parent c4985e25ad
commit f884d04f54
1 changed files with 8 additions and 2 deletions

View File

@ -19,6 +19,10 @@ volumes:
driver: local-persist
driver_opts:
mountpoint: /data/torrents/Movies
tvshows:
driver: local-persist
driver_opts:
mountpoint: /data/torrents/TV\ Shows
downloads:
driver: local-persist
driver_opts:
@ -118,14 +122,16 @@ services:
- 'traefik.enable=true'
sonarr:
image: fromenje/seedbox:sonarr
build: Dockerfiles/sonarr
image: linuxserver/sonarr
restart: always
networks:
- web
volumes:
- config:/config
- torrents:/torrents
- tvshows:/tv
- downloads:/downloads
- /etc/localtime:/etc/localtime:ro
environment:
- PGID=0
- PUID=0