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

20 lines
394 B
Bash

APPLICATION_NAME=minio
DOCKERDIR=/mnt/SSD1/docker/
MEDIADIR=/mnt/stpool1/NData1/Media
OBJECTSTOREDIR=/mnt/stpool1/objectstore
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
DATAROOT=${DOCKERDIR}/data
DATADIR=${DATAROOT}/${APPLICATION_NAME}
SECRETSDIR=${STACKSDIR}/secrets
TZ=Africa/Johannesburg
DOMAINNAME=sthome.org
API_PORT=9000
WEBUI_PORT=9001
PUID=3045
PGID=3044