Browse Source

increase timeout

master
jared 2 years ago
parent
commit
91abfe5dff
  1. 2
      supabase/docker-compose.yml

2
supabase/docker-compose.yml

@ -213,7 +213,7 @@ services:
healthcheck: healthcheck:
test: pg_isready -U postgres -h localhost test: pg_isready -U postgres -h localhost
interval: 30s interval: 30s
timeout: 15s timeout: 30s
retries: 10 retries: 10
command: command:
- postgres - postgres

Loading…
Cancel
Save