Add mail config to Nextcloud env
This commit is contained in:
parent
31c5c9e455
commit
ab95d9e771
|
@ -72,6 +72,10 @@
|
||||||
POSTGRES_PASSWORD: "{{ secrets.nextcloud.postgres_pw }}"
|
POSTGRES_PASSWORD: "{{ secrets.nextcloud.postgres_pw }}"
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
REDIS_HOST_PASSWORD: "{{ secrets.nextcloud.redis_pw }}"
|
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_MEMORY_LIMIT: 2G
|
||||||
PHP_UPLOAD_LIMIT: 16G
|
PHP_UPLOAD_LIMIT: 16G
|
||||||
networks:
|
networks:
|
||||||
|
|
Reference in a new issue