fix: move run-multi-gateways.sh into build context, bake into image #50
@@ -25,7 +25,7 @@ for profile in "${PROFILES[@]}"; do
|
|||||||
[ -z "${profile}" ] && continue
|
[ -z "${profile}" ] && continue
|
||||||
|
|
||||||
echo "Starting gateway for profile: ${profile}"
|
echo "Starting gateway for profile: ${profile}"
|
||||||
nohup env API_SERVER_ENABLED=false gosu hermes "$HERMES_BIN" --profile "${profile}" gateway run \
|
nohup env API_SERVER_ENABLED=false API_SERVER_KEY= gosu hermes "$HERMES_BIN" --profile "${profile}" gateway run \
|
||||||
>> "/opt/data/logs/gateway-${profile}.log" 2>&1 &
|
>> "/opt/data/logs/gateway-${profile}.log" 2>&1 &
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user