fix: generic Chat-Archive URL placeholder, add CHATAPI env vars to docker-compose

This commit is contained in:
2026-09-17 19:05:20 +02:00
parent 5f39d276d6
commit 113527a4a0
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -58,6 +58,9 @@ services:
MAIL_FROM: "${MAIL_FROM}"
TIMEZONE: "${TIMEZONE:-Europe/Berlin}"
WEB_URL: "${WEB_URL:-}"
CHATAPI_ENABLED: "${CHATAPI_ENABLED:-false}"
CHATAPI_URL: "${CHATAPI_URL:-}"
CHATAPI_KEY: "${CHATAPI_KEY:-}"
volumes:
- ./config/accounts.json:/app/config/accounts.json:ro
ports: