feat: update Docker configuration

This commit is contained in:
Linus Rath
2026-04-28 17:27:47 +02:00
parent 81d8465a79
commit ec581ce53e
3 changed files with 22 additions and 1 deletions
+17
View File
@@ -84,6 +84,23 @@ JMAP_SERVER_URL=https://your-jmap-server.com
# volume there (see docker-compose.yml).
# ADMIN_DATA_DIR=./data/admin
# =============================================================================
# Anonymous Telemetry
# =============================================================================
# Anonymous instance telemetry is enabled by default. Heartbeats contain no PII:
# version, platform, bucketed account counts, and feature toggles only. See
# https://bulwarkmail.org/docs/legal/privacy/telemetry for the full schema.
#
# Disable telemetry entirely (overrides the admin UI):
# BULWARK_TELEMETRY=off
# Directory for telemetry state: instance id, consent, login HMACs
# (default: ./data/telemetry). For Docker, the default resolves to
# /app/data/telemetry - mount a persistent volume there (see docker-compose.yml)
# so the instance id and consent choice survive upgrades.
# TELEMETRY_DATA_DIR=./data/telemetry
# =============================================================================
# Server Listen Address
# =============================================================================