mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
Move the CMDEPLOY_STAGES=install execution into the Dockerfile these operations baked into the image layer. On container start, only configure and activate stages run by default. Users can override with CMDEPLOY_STAGES="install,configure,activate" to force a full reinstall without rebuilding the image. Also fixes CERTS_MONITORING_TIMEOUT typo in docker-compose.yaml (was "$CERTS MONITORING TIMEOUT"), and replaces the docker-commit workaround in docs with CMDEPLOY_STAGES documentation.
12 lines
401 B
Bash
12 lines
401 B
Bash
MAIL_DOMAIN="chat.example.com"
|
|
# ACME_EMAIL=""
|
|
# RECREATE_VENV="false"
|
|
# MAX_MESSAGE_SIZE="50M"
|
|
# DEBUG_COMMANDS_ENABLED="true"
|
|
# FORCE_REINIT_INI_FILE="true"
|
|
# USE_FOREIGN_CERT_MANAGER="True"
|
|
# ENABLE_CERTS_MONITORING="true"
|
|
# CERTS_MONITORING_TIMEOUT=10
|
|
# IS_DEVELOPMENT_INSTANCE="True"
|
|
# CMDEPLOY_STAGES - default: "configure,activate". Set to "install,configure,activate" to force full reinstall.
|