From 7f4349feace64cdc073c9c0cb9a90ef8e4ced679 Mon Sep 17 00:00:00 2001 From: ops Date: Tue, 2 Jun 2026 00:59:41 +0000 Subject: [PATCH] phase6: run dev containers on isolated 'sites' network --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c45349c..23f7d09 100644 --- a/action.yml +++ b/action.yml @@ -187,7 +187,7 @@ runs: if [ -n "$val" ]; then printf '%s=%s\n' "$key" "$val" >> "$RTENV"; echo " + runtime env: $key"; fi done IFS=$OLDIFS - set -- --name "$SLUG" --network web --restart unless-stopped --env-file "$RTENV" \ + set -- --name "$SLUG" --network sites --restart unless-stopped --env-file "$RTENV" \ --label "platform.project=${REPO}" --label "platform.slug=${SLUG}" --label "platform.domain=${DOMAIN}" if [ "$DT" = "docker-db" ]; then printf '%s\n' "DATABASE_URL=file:/data/app.db" >> "$RTENV"