Move radarr config inside dedicated directory
This commit is contained in:
parent
d4107b1628
commit
c6aeb52f1b
|
@ -98,7 +98,6 @@ services:
|
||||||
# plex:
|
# plex:
|
||||||
# image: linuxserver/plex
|
# image: linuxserver/plex
|
||||||
# restart: always
|
# restart: always
|
||||||
# network_mode: host
|
|
||||||
# ports:
|
# ports:
|
||||||
# - "32400:32400"
|
# - "32400:32400"
|
||||||
# volumes:
|
# volumes:
|
||||||
|
@ -162,8 +161,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- configradarr:/config
|
||||||
- movies:/movies
|
|
||||||
- torrents:/torrents
|
- torrents:/torrents
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
environment:
|
environment:
|
||||||
|
@ -294,6 +292,10 @@ volumes:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/config/sonarr
|
mountpoint: /data/config/sonarr
|
||||||
|
configradarr:
|
||||||
|
driver: local-persist
|
||||||
|
driver_opts:
|
||||||
|
mountpoint: /data/config/radarr
|
||||||
configdeluge:
|
configdeluge:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
@ -314,10 +316,6 @@ volumes:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/torrents
|
mountpoint: /data/torrents
|
||||||
movies:
|
|
||||||
driver: local-persist
|
|
||||||
driver_opts:
|
|
||||||
mountpoint: /data/torrents/Movies
|
|
||||||
downloads:
|
downloads:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
|
Loading…
Reference in New Issue