Skip to content

Commit

Permalink
Add PGRST_DB_SCHEMA to postREST (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhollingworth authored Mar 15, 2022
1 parent c095473 commit 0946060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
- 5436:3000
environment:
- PGRST_DB_URI=postgres://postgres:mysecretpassword@postgres/smartfactory
- PGRST_DB_SCHEMA=public
- PGRST_DB_ANON_ROLE=postgres
depends_on:
- postgres
Expand Down

0 comments on commit 0946060

Please sign in to comment.