iac_stack/ansible/roles/deploy_container_mealie/templates/.env.j2

14 lines
656 B
Text
Raw Normal View History

2025-09-01 09:03:35 +02:00
MEALIE_VERSION={{ container_mealie_version }}
MEALIE_DOMAIN={{ container_mealie_domain }}
MEALIE_ALLOW_SIGNUP={{ container_mealie_allow_signup }}
MEALIE_LOGLEVEL={{ container_mealie_loglevel }}
MEALIE_DBENGINE={{ container_mealie_dbengine }}
MEALIE_DB_USER={{ container_mealie_db_user }}
MEALIE_DB_PASSWORD={{ container_mealie_db_password }}
MEALIE_DB_NAME={{ container_mealie_db_name }}
MEALIE_SMTP_HOST={{ container_mealie_smtp_host }}
MEALIE_SMTP_PORT={{ container_mealie_smtp_port }}
MEALIE_SMTP_FROM_MAIL={{ container_mealie_smtp_from_mail }}
MEALIE_SMTP_AUTH={{ container_mealie_smtp_auth }}
MEALIE_SMTP_PASSWORD={{ container_mealie_smtp_password }}