feat(ttrss): Add mail settings to updater container

This commit is contained in:
2025-09-19 20:42:09 +02:00
parent 6b1f9b0fee
commit a400bafaac

View File

@@ -77,6 +77,13 @@ services:
TTRSS_SELF_URL_PATH: "${TTRSS_SELF_URL_PATH}" TTRSS_SELF_URL_PATH: "${TTRSS_SELF_URL_PATH}"
APP_BASE: "${APP_BASE}" APP_BASE: "${APP_BASE}"
APP_WEB_ROOT: "${APP_WEB_ROOT}" APP_WEB_ROOT: "${APP_WEB_ROOT}"
TTRSS_PLUGINS: "${TTRSS_PLUGINS}"
TTRSS_SMTP_FROM_ADDRESS: "${TTRSS_SMTP_FROM_ADDRESS}"
TTRSS_SMTP_FROM_NAME: "${TTRSS_SMTP_FROM_NAME}"
TTRSS_SMTP_LOGIN: "${TTRSS_SMTP_LOGIN}"
TTRSS_SMTP_PASSWORD: "${TTRSS_SMTP_PASSWORD}"
TTRSS_SMTP_SECURE: "${TTRSS_SMTP_SECURE}"
TTRSS_SMTP_SERVER: "${TTRSS_SMTP_SERVER}"
web-nginx: web-nginx:
container_name: "tt_rss-nginx-${CONTEXT}" container_name: "tt_rss-nginx-${CONTEXT}"
networks: networks: