This commit is contained in:
parent
461e2fb5d9
commit
818c6c1b51
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue