We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c095473 commit 0946060Copy full SHA for 0946060
docker-compose.yml
@@ -47,6 +47,7 @@ services:
47
- 5436:3000
48
environment:
49
- PGRST_DB_URI=postgres://postgres:mysecretpassword@postgres/smartfactory
50
+ - PGRST_DB_SCHEMA=public
51
- PGRST_DB_ANON_ROLE=postgres
52
depends_on:
53
- postgres
0 commit comments