stable
Clone or download
Read-only
postfix conf is rewritten at container start, there are two new env variables that allows the configuration: - TULEAP_EMAIL_RELAYHOST - TULEAP_EMAIL_ADMIN In addition to that, tuleap.rhel7.spec was fixed because default configuration lead to an error when `tuleap` CLI tool was launched due to `ftp_frs_dir_prefix` set to `/var/lib/tuleap/ftp/tuleap` but rpm still creates `/var/lib/tuleap/ftp/codendi`. Part of story #14768 have a tuleap enterprise edition docker image production ready Change-Id: I082a57aafdd7451f473527e916b455790a702441
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tee_container/docker/docker-compose.yml | +6 | −0 | Go to diff View file |
M | plugins/tee_container/include/StartContainerCommand.php | +10 | −6 | Go to diff View file |
M | src/common/backend/BackendAliases.class.php | +9 | −11 | Go to diff View file |
M | src/tuleap-cfg/Command/Docker/Postfix.php | +37 | −5 | Go to diff View file |
M | src/tuleap-cfg/Command/DockerAioRunCommand.php | +2 | −2 | Go to diff View file |
M | tools/docker/tuleap-aio-c7/supervisor.d/postfix.ini | +2 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +2 | −1 | Go to diff View file |