30 lines
697 B
Bash
30 lines
697 B
Bash
|
|
APPLICATION_NAME=syncthing
|
|
|
|
DOCKERDIR=/mnt/SSD1/docker/
|
|
MEDIADIR=/mnt/stpool1/NData1/Media
|
|
DOWNLOADSDIR=/mnt/stpool1/Downloads
|
|
|
|
STAGINGDIR=/mnt/stpool1/NData1/staging
|
|
SHAREDDATADIR=/mnt/stpool1/Shared_Data
|
|
BULKSTOREDIR=/mnt/stpool1/NData2/bulkstore
|
|
SYNCHEDDIR=/mnt/stpool1/synched
|
|
OBJECTSTOREDIR=/mnt/stpool1/objectstore
|
|
|
|
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
|
|
DATAROOT=${DOCKERDIR}/data
|
|
DATADIR=${DATAROOT}/${APPLICATION_NAME}
|
|
SECRETSDIR=${STACKSDIR}/secrets
|
|
CERTSDIR=${DATAROOT}/traefik/certs
|
|
|
|
PUID=3054
|
|
PGID=3053
|
|
MEDIA_PGID=3017
|
|
|
|
TZ=Africa/Johannesburg
|
|
DOMAINNAME=sthome.org
|
|
WEBUI_PORT=8384
|
|
|
|
# refer to .static-ips.yml for the IP address of the container
|
|
SYNCTHING_IP=192.168.2.241
|