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

23 lines
404 B
Bash

APPLICATION_NAME=overseerr
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
CT_DOWNLOADS=/Downloads
CT_MEDIA=/Media
DOMAINNAME=sthome.org
WEBUI_PORT=5055
PUID=3031
PGID=3030
TZ=Africa/Johannesburg