docker-apps/mealie/stacks/.env
2025-04-03 22:57:52 +02:00

45 lines
1.2 KiB
Bash

APPLICATION_NAME=mealie
DOCKERDIR=/mnt/SSD1/docker/
MEDIADIR=/mnt/stpool1/NData1/Media
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
DATAROOT=${DOCKERDIR}/data
DATADIR=${DATAROOT}/${APPLICATION_NAME}
SECRETSDIR=${STACKSDIR}/secrets
PUID=3011
PGID=3010
PG_UID=70
PG_GID=70
TZ=Africa/Johannesburg
DOMAINNAME=sthome.org
WEBUI_PORT=9000
MEALIE_DB_PORT=5432
MEALIE_DB_FILE=/run/secrets/mealie_postgresql_database
MEALIE_DB_USER_FILE=/run/secrets/mealie_postgresql_username
MEALIE_DB_PASSWORD_FILE=/run/secrets/mealie_postgresql_password
SMTP_PORT=25
SMTP_SSL=true
SMTP_FROM_FILE=/run/secrets/mealie_smtp_from
SMTP_HOST_FILE=/run/secrets/mealie_smtp_host
SMTP_PASSWORD_FILE=/run/secrets/mealie_smtp_password
SMTP_USERNAME_FILE=/run/secrets/mealie_smtp_username
SMTP_AUTH_STRATEGY=NONE # Options: 'TLS', 'SSL', 'NONE'
################################################################
# unfortunately, couldn't get mealie to work with docker secrets
MEALIE_DB=mealie
MEALIE_DB_USER=mealie
MEALIE_DB_PASSWORD="jVaGsWdohfnAVYn7hIxSh94qAzLi6G2BYd9TnaeS"
SMTP_HOST=smtp.telkomsa.net
SMTP_FROM=stuurman30@telkomsa.net
SMTP_USERNAME=stuurman30@telkomsa.net
SMTP_PASSWORD=UltraM3!2024#