fix: move run-multi-gateways.sh into build context, bake into image #50

Merged
gortium merged 11 commits from fix/multi-gateway-path into master 2026-05-23 02:12:52 +00:00
2 changed files with 34 additions and 0 deletions
Showing only changes of commit e8075fb71b - Show all commits

View File

@@ -25,7 +25,7 @@ for profile in "${PROFILES[@]}"; do
[ -z "${profile}" ] && continue
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 &
done