phase6: run dev containers on isolated 'sites' network

This commit is contained in:
ops 2026-06-02 00:59:41 +00:00
parent a549aee2f1
commit 7f4349feac

View file

@ -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"