mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 21:31:58 +01:00
Fixed CONTAINERS array to enable storing the mail logs
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
f9b06f359b
commit
553ebb4f95
@ -2,7 +2,7 @@ NODE_WORKERS=( "worker0" "worker1" )
|
||||
SMTP_GW="smtpgw"
|
||||
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() {
|
||||
launch_containers
|
||||
|
Loading…
Reference in New Issue
Block a user