mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
chore(self-hosted): use quiet pull for compose in smoke test (#45216)
This commit is contained in:
@@ -31,4 +31,4 @@ jobs:
|
||||
cd docker
|
||||
cp .env.example .env
|
||||
yq -i '.services.supavisor.environment.RLIMIT_NOFILE=1024' docker-compose.yml
|
||||
docker compose up --wait --wait-timeout 180
|
||||
docker compose up --quiet-pull --wait --wait-timeout 180
|
||||
|
||||
Reference in New Issue
Block a user