-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 1.01 KB
/
.env.example
File metadata and controls
28 lines (24 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Default: SQLite inside webui container
DATABASE_URL=sqlite:///./data/webui.db
# Optional: external Postgres / compose profile postgres
# DATABASE_URL=postgresql+psycopg://dmswebui:dmswebui@db:5432/dmswebui
SECRET_KEY=replace_with_long_random_secret
ENCRYPTION_KEY=
DMS_CONTAINER_NAME=mail-server
CORS_ORIGINS=http://localhost:8080
ADMIN_EMAIL=admin@example.com
ADMIN_PASSWORD=ChangeMe123!
# Optional integration defaults for extended mail stack
RSPAMD_CONTAINER_NAME=mail-rspamd
REDIS_CONTAINER_NAME=mail-redis
CLAMAV_CONTAINER_NAME=mail-clamav
RSPAMD_CONTROLLER_URL=http://mail-rspamd:11334/stat
RSPAMD_CONTROLLER_PASSWORD=
RSPAMD_WEB_HOST=mail-rspamd:11334
STACK_BASE_PATH=/srv/apps/mailserver
# Path to the docker-mailserver mailserver.env file on the host.
# This file is mounted into the WebUI container at /config/mailserver.env
# (see the volume mount in docker-compose.yml).
# Override only if your mailserver.env lives somewhere other than
# ${STACK_BASE_PATH}/mailserver.env.
# MAILSERVER_ENV_PATH=/config/mailserver.env