docker-apps/root/stacks/.env
2025-04-03 22:57:52 +02:00

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