mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 15:30:24 +00:00
mailer new layout and link to web
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user