From 83f1562fe1c205cde19fd7ae93c7087f1b3013a4 Mon Sep 17 00:00:00 2001 From: Olivier Navas Date: Fri, 16 Aug 2024 15:28:09 +0200 Subject: [PATCH] =?UTF-8?q?SMTP=5FHOST=20d=C3=A9fini=20si=20docker=5Fnextc?= =?UTF-8?q?loud=5Fsmtp=5Fhost=20d=C3=A9fini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/docker-compose.yml b/templates/docker-compose.yml index 7e3bfc2..53ece96 100644 --- a/templates/docker-compose.yml +++ b/templates/docker-compose.yml @@ -30,7 +30,9 @@ services: - POSTGRES_DB={{ docker_nextcloud_db }} - POSTGRES_USER={{ docker_nextcloud_db_user }} - POSTGRES_PASSWORD={{ docker_nextcloud_db_password }} +{% if docker_nextcloud_smtp_host is defined %} - SMTP_HOST={{ docker_nextcloud_smtp_host }} +{% endif %} - OVERWRITEPROTOCOL=https - OVERWRITECLIURL=https://{{ docker_nextcloud_fqdn }} {% if docker_nextcloud_trusted_proxies is defined %}