docker: move all relevant files to repository root as per convention

This commit is contained in:
j4n
2026-02-18 16:28:23 +01:00
parent e0ca4b25f4
commit aa2f41158f
2 changed files with 40 additions and 0 deletions

7
example.env Normal file
View File

@@ -0,0 +1,7 @@
MAIL_DOMAIN="chat.example.com"
# CMDEPLOY_STAGES - default: "configure,activate". Set to "install,configure,activate" to force full reinstall.
# CMDEPLOY_STAGES="configure,activate"
# Skip acmetool when using an external certificate manager (e.g. Traefik, Caddy).
# CHATMAIL_NOACME="True"