In "https://github.com/opf/openproject-docker-compose/tree/stable/16/docker-compose.yml" the "environment:" section is missing SMTP configuration options mentioned in "https://www.openproject.org/docs/installation-and-operations/configuration/outbound-emails/".
According to my understanding, the missing entries in "docker-compose.yml" prevent using those SMTP settings in an compose/portainer environment. If the settings are not prepared in "docker-compose.yml", any SMTP ENV settings are ignored because they do not get injected into the container.
May it be possible to fix that?
In "https://github.com/opf/openproject-docker-compose/tree/stable/16/docker-compose.yml" the "environment:" section is missing SMTP configuration options mentioned in "https://www.openproject.org/docs/installation-and-operations/configuration/outbound-emails/".
According to my understanding, the missing entries in "docker-compose.yml" prevent using those SMTP settings in an compose/portainer environment. If the settings are not prepared in "docker-compose.yml", any SMTP ENV settings are ignored because they do not get injected into the container.
May it be possible to fix that?