summarylogtreecommitdiffstats
path: root/docker.env
blob: 07b4ecd7aff40f084e8f00a24603dbfea5643ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# DO NOT MODIFY THIS FILE DIRECTLY
# This file is used to set default values for the environment variables used in the docker-compose.yaml file.
# The package installer copies this file to /opt/sabnzbd-docker/.env.
# Only the .env file allows volume mounts to be used with environment variable substitions coming from a file.
#
# Override values in ~/.docker-sabnzbd.env

# Sabnzbd
SABNZBD_PATH_CONFIG=${SABNZBD_PATH_PREFIX}/config
SABNZBD_PATH_INCOMPLETE_DOWNLOADS=${SABNZBD_PATH_PREFIX}/incomplete-downloads
SABNZBD_PATH_DOWNLOADS=${SABNZBD_PATH_PREFIX}/downloads

# NzbHydra2
NZBHYDRA2_PATH_CONFIG=${NZBHYDRA2_PATH_PREFIX}/config

# Sonarr
SONARR_PATH_CONFIG=${SONARR_PATH_PREFIX}/config
SONARR_PATH_TV=${SONARR_PATH_PREFIX}/tv
SONARR_PATH_DOWNLOADS=${SONARR_PATH_PREFIX}/downloads