Add mail config to Nextcloud env

This commit is contained in:
Sam A. 2023-01-14 18:45:25 +01:00
parent 31c5c9e455
commit ab95d9e771
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@
POSTGRES_PASSWORD: "{{ secrets.nextcloud.postgres_pw }}"
REDIS_HOST: redis
REDIS_HOST_PASSWORD: "{{ secrets.nextcloud.redis_pw }}"
MAIL_FROM_ADDRESS: noreply
MAIL_DOMAIN: "{{ services.nextcloud.domain }}"
SMTP_HOST: postfix
SMTP_PORT: 587
PHP_MEMORY_LIMIT: 2G
PHP_UPLOAD_LIMIT: 16G
networks: