truenas-docker/diun/.env
2025-12-02 13:08:52 +02:00

19 lines
456 B
Bash

################################################################
APPLICATION_NAME=diun
DOCKERDIR=/mnt/SSD1/docker
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
DATAROOT=${DOCKERDIR}/data
DATADIR=${DATAROOT}/${APPLICATION_NAME}
SECRETSDIR=${STACKSDIR}/secrets
CERTSDIR=${DATAROOT}/traefik/certs
PUID=3062
PGID=3063
DOMAINNAME=sthome.org
DNS_RESOLVER=sthomeresolver
################################################################