Replace sonarr by linuxserver.io one
This commit is contained in:
parent
c4985e25ad
commit
f884d04f54
|
@ -19,6 +19,10 @@ volumes:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/torrents/Movies
|
mountpoint: /data/torrents/Movies
|
||||||
|
tvshows:
|
||||||
|
driver: local-persist
|
||||||
|
driver_opts:
|
||||||
|
mountpoint: /data/torrents/TV\ Shows
|
||||||
downloads:
|
downloads:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
@ -118,14 +122,16 @@ services:
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
image: fromenje/seedbox:sonarr
|
image: linuxserver/sonarr
|
||||||
build: Dockerfiles/sonarr
|
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- config:/config
|
||||||
- torrents:/torrents
|
- torrents:/torrents
|
||||||
|
- tvshows:/tv
|
||||||
|
- downloads:/downloads
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
environment:
|
environment:
|
||||||
- PGID=0
|
- PGID=0
|
||||||
- PUID=0
|
- PUID=0
|
||||||
|
|
Loading…
Reference in New Issue