updated app data storage and AIO docker setup

This commit is contained in:
2026-08-16 09:24:21 +01:00
parent 5dce9f4bcb
commit 71758786cb
17 changed files with 418 additions and 106 deletions
+11
View File
@@ -0,0 +1,11 @@
# Copy to .env (in this docker-deploy/ folder) and adjust if the defaults below clash
# with something else on the host, or if you want to run more than one of the
# "standalone" / "with-rspamd" / "all-in-one" profiles side by side (give each its own
# set of host ports).
SMTP_PORT=25
SMTP_TLS_PORT=465
IMAP_PORT=143
IMAP_TLS_PORT=993
ACME_HTTP_PORT=80
WEB_HTTP_PORT=5000
WEB_HTTPS_PORT=5001