We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5224e commit 8f8322dCopy full SHA for 8f8322d
infra/docker-compose.yaml
@@ -6,7 +6,7 @@ services:
6
ports:
7
- '3000:3000'
8
environment:
9
- PGRST_DB_URI: postgres://postgres:postgres@localhost:5432/postgres
+ PGRST_DB_URI: postgres://postgres:postgres@db:5432/postgres
10
PGRST_DB_SCHEMAS: public,personal
11
PGRST_DB_EXTRA_SEARCH_PATH: extensions
12
PGRST_DB_ANON_ROLE: postgres
0 commit comments