mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 09:24:43 +00:00
docker: streamline overrides, rename datadirs, external TLS
This commit is contained in:
10
env.example
10
env.example
@@ -1,9 +1 @@
|
||||
MAIL_DOMAIN="chat.example.com"
|
||||
|
||||
# CMDEPLOY_STAGES - default: "configure,activate". Set to "install,configure,activate" to force full reinstall.
|
||||
# CMDEPLOY_STAGES="configure,activate"
|
||||
|
||||
# External TLS certificates (e.g. from Traefik, Caddy, certbot on the host).
|
||||
# Paths refer to locations *inside* the container.
|
||||
# Mount the cert files via a volume (see docker-compose.override.yaml.example).
|
||||
# TLS_EXTERNAL_CERT_AND_KEY="/certs/fullchain.pem /certs/privkey.pem"
|
||||
MAIL_DOMAIN=chat.example.com
|
||||
|
||||
Reference in New Issue
Block a user