Dockerfile that works with postgrest 0.4 (#810)

Also an example docker-compose
This commit is contained in:
Joe Nelson
2017-02-17 23:43:35 -08:00
committed by GitHub
parent 728e40c96c
commit 2aabbbae58
3 changed files with 21 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
db-uri = "postgres://app_user:password@postgres:5432/app_db"
db-schema = "public"
db-anon-role = "app_user"