Use local MTA connects for mailman-web
This commit is contained in:
parent
713fb9b169
commit
11926304c1
@ -45,7 +45,6 @@ services:
|
|||||||
- db_password
|
- db_password
|
||||||
- django_secret_key
|
- django_secret_key
|
||||||
- hyperkitty_api_key
|
- hyperkitty_api_key
|
||||||
- smtp_host_password
|
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_PASSWORD_FILE=/run/secrets/db_password
|
- DATABASE_PASSWORD_FILE=/run/secrets/db_password
|
||||||
- DATABASE_TYPE=postgres
|
- DATABASE_TYPE=postgres
|
||||||
@ -55,10 +54,7 @@ services:
|
|||||||
- SECRET_KEY_FILE=/run/secrets/django_secret_key
|
- SECRET_KEY_FILE=/run/secrets/django_secret_key
|
||||||
- SERVE_FROM_DOMAIN
|
- SERVE_FROM_DOMAIN
|
||||||
- SMTP_HOST
|
- SMTP_HOST
|
||||||
- SMTP_HOST_PASSWORD_FILE=/run/secrets/smtp_host_password
|
|
||||||
- SMTP_HOST_USER
|
|
||||||
- SMTP_PORT
|
- SMTP_PORT
|
||||||
- SMTP_USE_TLS
|
|
||||||
configs:
|
configs:
|
||||||
- source: web_entrypoint_sh
|
- source: web_entrypoint_sh
|
||||||
target: /usr/local/bin/docker-entrypoint-ustom.sh
|
target: /usr/local/bin/docker-entrypoint-ustom.sh
|
||||||
@ -123,9 +119,6 @@ secrets:
|
|||||||
mailman_rest_password:
|
mailman_rest_password:
|
||||||
external: true
|
external: true
|
||||||
name: ${STACK_NAME}_mailman_rest_password_${SECRET_MAILMAN_REST_PASSWORD_VERSION}
|
name: ${STACK_NAME}_mailman_rest_password_${SECRET_MAILMAN_REST_PASSWORD_VERSION}
|
||||||
smtp_host_password:
|
|
||||||
external: true
|
|
||||||
name: ${STACK_NAME}_smtp_host_password_${SECRET_SMTP_HOST_PASSWORD_VERSION}
|
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
core_entrypoint_sh:
|
core_entrypoint_sh:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user