Fixed CONTAINERS array to enable storing the mail logs

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2023-07-23 14:34:42 +02:00
parent f9b06f359b
commit 553ebb4f95

View File

@ -2,7 +2,7 @@ NODE_WORKERS=( "worker0" "worker1" )
SMTP_GW="smtpgw" SMTP_GW="smtpgw"
DOCKER_LIMIT=( --pids-limit 256 --memory 512M ) DOCKER_LIMIT=( --pids-limit 256 --memory 512M )
export CONTAINERS=( "$NODE_GUI" "${NODE_WORKERS[@]}" "$SMTP_GW" "$SINGLE_SERVER" ) export CONTAINERS=( "$NODE_GUI" "${NODE_WORKERS[@]}" "$SMTP_GW" "$SINGLE_SERVER" "piler1" )
setup() { setup() {
launch_containers launch_containers