Browse Source

increase db timeout

master
jared 2 years ago
parent
commit
372e5b11b2
  1. 4
      supabase/docker-compose.yml

4
supabase/docker-compose.yml

@ -212,8 +212,8 @@ services:
image: supabase/postgres:14.1.0.106
healthcheck:
test: pg_isready -U postgres -h localhost
interval: 5s
timeout: 5s
interval: 15s
timeout: 15s
retries: 10
command:
- postgres

Loading…
Cancel
Save