feat(ttrss): Add mail settings to updater container
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user