remove all refrences to /myth/opt*, and replaced with appropriate /export/docker/* shared downloads moved from nzbget itself, to storage sub-dir
This commit is contained in:
@@ -37,8 +37,8 @@ services:
|
|||||||
image: linuxserver/nzbget
|
image: linuxserver/nzbget
|
||||||
container_name: nzbget
|
container_name: nzbget
|
||||||
volumes:
|
volumes:
|
||||||
- /myth/opt/nzbget/config:/config
|
- /export/docker/container/nzbget/config:/config
|
||||||
- /myth/opt/nzbget/downloads:/downloads
|
- /export/docker/storage/downloads:/downloads
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- PUID=500
|
- PUID=500
|
||||||
@@ -65,9 +65,9 @@ services:
|
|||||||
- "traefik.http.routers.sonarr.tls=true"
|
- "traefik.http.routers.sonarr.tls=true"
|
||||||
- "traefik.http.routers.sonarr.entrypoints=secureweb"
|
- "traefik.http.routers.sonarr.entrypoints=secureweb"
|
||||||
volumes:
|
volumes:
|
||||||
- /myth/opt/sonarr/config:/config
|
- /export/docker/container/sonarr/config:/config
|
||||||
- /myth/opt/storage/series:/tv
|
- /export/docker/storage/downloads:/downloads
|
||||||
- /myth/opt/nzbget/downloads/:/downloads
|
- /export/docker/storage/series:/tv
|
||||||
|
|
||||||
radarr:
|
radarr:
|
||||||
container_name: radarr
|
container_name: radarr
|
||||||
@@ -83,9 +83,9 @@ services:
|
|||||||
- "traefik.http.routers.radarr.tls=true"
|
- "traefik.http.routers.radarr.tls=true"
|
||||||
- "traefik.http.routers.radarr.entrypoints=secureweb"
|
- "traefik.http.routers.radarr.entrypoints=secureweb"
|
||||||
volumes:
|
volumes:
|
||||||
- /myth/opt/radarr/config:/config
|
- /export/docker/container/radarr/config:/config
|
||||||
- /myth/opt/storage/movies:/movies
|
- /export/docker/storage/downloads:/downloads
|
||||||
- /myth/opt/nzbget/downloads:/downloads
|
- /export/docker/storage/movies:/movies
|
||||||
|
|
||||||
emby:
|
emby:
|
||||||
container_name: emby
|
container_name: emby
|
||||||
@@ -99,10 +99,10 @@ services:
|
|||||||
- GIDLIST=44
|
- GIDLIST=44
|
||||||
- TZ=Australia/Melbourne
|
- TZ=Australia/Melbourne
|
||||||
volumes:
|
volumes:
|
||||||
- /myth/opt/emby/config:/config
|
- /export/docker/container/emby/config:/config
|
||||||
- /myth/opt/emby/transcode:/transcode
|
- /export/docker/container/emby/transcode:/transcode
|
||||||
- /myth/opt/storage:/data
|
- /export/docker/storage:/data
|
||||||
- /myth/tv:/myth-recordings
|
- /export/myth/tv:/myth-recordings
|
||||||
ports:
|
ports:
|
||||||
- "8096:8096"
|
- "8096:8096"
|
||||||
- "8920:8920"
|
- "8920:8920"
|
||||||
|
|||||||
Reference in New Issue
Block a user