Dockerfile that works with postgrest 0.4 (#810)
Also an example docker-compose
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
db-uri = "postgres://app_user:password@postgres:5432/app_db"
|
||||
db-schema = "public"
|
||||
db-anon-role = "app_user"
|
||||
Reference in New Issue
Block a user