21 lines
378 B
Bash
21 lines
378 B
Bash
|
|
APPLICATION_NAME=mysql
|
|
|
|
MEDIADIR=/mnt/stpool1/NData1/Media
|
|
DOCKERDIR=/mnt/SSD1/docker/
|
|
|
|
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
|
|
DATADIR=${DOCKERDIR}/data/${APPLICATION_NAME}
|
|
SECRETSDIR=${STACKSDIR}/secrets
|
|
|
|
PUID=3061
|
|
PGID=3062
|
|
MEDIA_PGID=3017
|
|
|
|
TZ=Africa/Johannesburg
|
|
DOMAINNAME=sthome.org
|
|
|
|
SERVICE_PORT=3306
|
|
MYSQL_ROOT_PASSWORD_FILE=/run/secrets/mysql_root_password
|
|
|