Update docker-compose.yml
This commit is contained in:
parent
09c2f5d23e
commit
da569f784b
1 changed files with 6 additions and 6 deletions
|
|
@ -389,10 +389,10 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
# You need at least this one volume mapped so Unpackerr can find your files to extract.
|
# You need at least this one volume mapped so Unpackerr can find your files to extract.
|
||||||
# Make sure this matches your Starr apps; the folder mount (/downloads or /data) should be identical.
|
# Make sure this matches your Starr apps; the folder mount (/downloads or /data) should be identical.
|
||||||
- ${UNRAID_SHARE}:/share/downloads
|
- ${UNRAID_SHARE}:/share
|
||||||
#- ${BASE_PATH}/unpackerr/config:/config
|
#- ${BASE_PATH}/unpackerr/config:/config
|
||||||
restart: always
|
restart: always
|
||||||
user: 1000:1000
|
user: 1000:1000 #Needs to run as 1000
|
||||||
# What you see below are defaults for this compose. You only need to modify things specific to your environment.
|
# What you see below are defaults for this compose. You only need to modify things specific to your environment.
|
||||||
# Remove apps and feature configs you do not use or need.
|
# Remove apps and feature configs you do not use or need.
|
||||||
# ie. Remove all lines that begin with UN_CMDHOOK, UN_WEBHOOK, UN_FOLDER, UN_WEBSERVER, and other apps you do not use.
|
# ie. Remove all lines that begin with UN_CMDHOOK, UN_WEBHOOK, UN_FOLDER, UN_WEBSERVER, and other apps you do not use.
|
||||||
|
|
@ -402,15 +402,15 @@ services:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
#- UN_DEBUG=true
|
#- UN_DEBUG=true
|
||||||
# Sonarr Config
|
# Sonarr Config
|
||||||
- UN_SONARR_0_URL=http://radarr:8989
|
- UN_SONARR_0_URL=http://${SERVER_IP}:7878
|
||||||
- UN_SONARR_0_API_KEY=${SONARR_KEY}
|
- UN_SONARR_0_API_KEY=${SONARR_KEY}
|
||||||
- UN_SONARR_0_PATHS_0=/share/downloads/tv
|
#- UN_SONARR_0_PATHS_0=/share/downloads/tv
|
||||||
- UN_SONARR_0_TIMEOUT=10s
|
- UN_SONARR_0_TIMEOUT=10s
|
||||||
#- UN_SONARR_0_PATHS_0=/share/downloads/tv
|
#- UN_SONARR_0_PATHS_0=/share/downloads/tv
|
||||||
# Radarr Config
|
# Radarr Config
|
||||||
- UN_RADARR_0_URL=http://sonarr:7878
|
- UN_RADARR_0_URL=http://${SERVER_IP}:8989
|
||||||
- UN_RADARR_0_API_KEY=${RADARR_KEY}
|
- UN_RADARR_0_API_KEY=${RADARR_KEY}
|
||||||
- UN_RADARR_0_PATHS_0=/share/downloads/movies
|
#- UN_RADARR_0_PATHS_0=/share/downloads/movies
|
||||||
- UN_RADARR_0_TIMEOUT=10s
|
- UN_RADARR_0_TIMEOUT=10s
|
||||||
#- UN_RADARR_0_PATHS_0=/share/downloads/movies
|
#- UN_RADARR_0_PATHS_0=/share/downloads/movies
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue