-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
47 lines (38 loc) · 1.63 KB
/
sample.env
File metadata and controls
47 lines (38 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#Watchtower api toke
watchtowerapi=
#Docker compose http timeout. Default is 60, which sometimes just doesnt work
COMPOSE_HTTP_TIMEOUT=200
# Provide the desired id that the container should use when running.
# This is helpful to maintain ownership of the config files and databases.
# Run id `whoami` to find the ID of your current user and group.
PUID=1000
PGID=1000
# Provide a directory for storing service configuration locally
# This way it persists and is not lost on container update
# Subdirectories will be created automatically for each service
# Path should be absolute, or relative to docker-compose.yml
# eg. ./config
CONFIG_DIR=
# Provide a directory for storing completed downloads and media
# This way it persists and is not lost on container update
# Subdirectories can be created later to separate tv, movies, nzget, etc
# Path should be absolute, or relative to docker-compose.yml
# eg. /data/media
MEDIA_DIR=
# Provide a directory for storing temporary download files
# This way it persists and is not lost on container update
# Subdirectories can be created later to separate tv, movies, nzget, etc
# Path should be absolute, or relative to docker-compose.yml
# eg. /data/downloads
DOWNLOADS_DIR=
# Set the timezone inside the container.
# The complete list can be found here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# eg. America/Toronto
TZ=
# This variable defines the additional IPs on which the server may be be found.
# This adds to the list where the server advertises that it can be found.
# This is only needed in Bridge Networking.
# eg. http://10.1.1.23:32400.
ADVERTISE_IP=
# Docker network
DOCKER_MY_NETWORK=