21 lines
384 B
Bash
21 lines
384 B
Bash
|
|
APPLICATION_NAME=mariadb
|
|
|
|
MEDIADIR=/mnt/stpool1/NData1/Media
|
|
DOCKERDIR=/mnt/SSD1/docker/
|
|
|
|
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
|
|
DATADIR=${DOCKERDIR}/data/${APPLICATION_NAME}
|
|
SECRETSDIR=${STACKSDIR}/secrets
|
|
|
|
PUID=3059
|
|
PGID=3060
|
|
MEDIA_PGID=3017
|
|
|
|
TZ=Africa/Johannesburg
|
|
DOMAINNAME=sthome.org
|
|
|
|
SERVICE_PORT=3306
|
|
MARIADB_ROOT_PASSWORD_FILE=/run/secrets/mariadb_root_password
|
|
|