diff --git a/src/scripts/setup_infra.sh b/src/scripts/setup_infra.sh index 6d3e9ca0f..46c45406e 100755 --- a/src/scripts/setup_infra.sh +++ b/src/scripts/setup_infra.sh @@ -37,6 +37,7 @@ echo "Graphite container id: ${graphite_container_id}" # mail (note: 2525 is hardcoded in mail container and app use this port) # MAIL_SERVER_NAME is the hostname of the mailserver i.e server uses these certs # MAIL_DOMAIN is the domain for which this server is relaying mails +# mail container uses /app/data for backed up data and /run for restart-able data readonly mail_image=$(node -e "console.log(require('${infra_version}').images.mail.tag);") mail_addon_root_password=$(pwgen -1 -s) cat > "${data_dir}/addons/mail_vars.sh" <