Skip to content

Commit 8f8322d

Browse files
committed
Update docker-compose.yaml
1 parent 4b5224e commit 8f8322d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
ports:
77
- '3000:3000'
88
environment:
9-
PGRST_DB_URI: postgres://postgres:postgres@localhost:5432/postgres
9+
PGRST_DB_URI: postgres://postgres:postgres@db:5432/postgres
1010
PGRST_DB_SCHEMAS: public,personal
1111
PGRST_DB_EXTRA_SEARCH_PATH: extensions
1212
PGRST_DB_ANON_ROLE: postgres

0 commit comments

Comments
 (0)