Skip to content

Commit 0946060

Browse files
Add PGRST_DB_SCHEMA to postREST (#10)
1 parent c095473 commit 0946060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ services:
4747
- 5436:3000
4848
environment:
4949
- PGRST_DB_URI=postgres://postgres:mysecretpassword@postgres/smartfactory
50+
- PGRST_DB_SCHEMA=public
5051
- PGRST_DB_ANON_ROLE=postgres
5152
depends_on:
5253
- postgres

0 commit comments

Comments
 (0)