19 lines
561 B
Bash
19 lines
561 B
Bash
##############################################################################################
|
|
# Values to be used for substitution by docker compose in compose.yml AND .*.env files
|
|
##############################################################################################
|
|
|
|
APPLICATION_NAME=librespeed
|
|
|
|
DOCKERDIR=/mnt/SSD1/docker/
|
|
MEDIADIR=/mnt/stpool1/NData1/Media
|
|
|
|
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
|
|
DATAROOT=${DOCKERDIR}/data
|
|
DATADIR=${DATAROOT}/${APPLICATION_NAME}
|
|
SECRETSDIR=${STACKSDIR}/secrets
|
|
|
|
DOMAINNAME=sthome.org
|
|
|
|
SERVICE_PORT=80
|
|
|