20 lines
399 B
Bash
20 lines
399 B
Bash
# https://hub.docker.com/r/rootproject/root
|
|
|
|
APPLICATION_NAME=root
|
|
|
|
DOCKERDIR=/mnt/SSD1/docker/
|
|
MEDIADIR=/mnt/stpool1/NData1/Media
|
|
DOWNLOADSDIR=/mnt/stpool1/Downloads
|
|
|
|
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
|
|
DATAROOT=${DOCKERDIR}/data
|
|
DATADIR=${DATAROOT}/${APPLICATION_NAME}
|
|
SECRETSDIR=${STACKSDIR}/secrets
|
|
|
|
PUID=3050
|
|
PGID=3049
|
|
TZ=Africa/Johannesburg
|
|
DOMAINNAME=sthome.org
|
|
WEBUI_PORT=80
|
|
|