mailer new layout and link to web

This commit is contained in:
2026-08-05 02:18:34 +02:00
parent 50f5dcb1d9
commit 9f0c1b1b6c
4 changed files with 80 additions and 4 deletions
+2
View File
@@ -22,6 +22,7 @@ services:
MAIL_FROM: "${MAIL_FROM}"
MAIL_TO: "${MAIL_TO}"
MAIL_SEND_HOUR: "${MAIL_SEND_HOUR:-7}"
WEB_URL: "${WEB_URL:-}"
volumes:
- ./config/accounts.json:/app/config/accounts.json:ro
logging:
@@ -49,6 +50,7 @@ services:
AUTH_REMOTE_USER_HEADER: "${AUTH_REMOTE_USER_HEADER:-Remote-User}"
API_HOST: "${API_HOST:-0.0.0.0}"
API_PORT: "${API_PORT:-8000}"
WEB_URL: "${WEB_URL:-}"
volumes:
- ./config/accounts.json:/app/config/accounts.json:ro
ports: