This commit is contained in:
hailin 2025-05-17 21:25:46 +08:00
parent 461e2fb5d9
commit 818c6c1b51
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export DATABASE_URL="postgres://supabase_admin:postgres@db:5432/postgres"
export DATABASE_POOL_URL="postgresql://postgres:postgres@127.0.0.1:6432/postgres"
export DB_INSTALL_ROLES="true"
export STORAGE_BACKEND="file"
export FILE_STORAGE_BACKEND_PATH="/var/lib/storage" # ✅ 必需,否则直接崩溃
# 等待 gotrue 服务可用(健康检查)
until curl -s http://localhost:9999/ >/dev/null 2>&1; do