From 1a18ef5a2016a101c87143a88b0da6721750b783 Mon Sep 17 00:00:00 2001 From: Reuben Thomas-Davis Date: Sun, 15 Sep 2019 21:24:17 +0100 Subject: [PATCH] add server proxy uri env var for smoother swagger-ui use with docker-compose --- install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/install.rst b/install.rst index fc3f278cd..685d28235 100644 --- a/install.rst +++ b/install.rst @@ -134,6 +134,7 @@ To avoid having to install the database at all, you can run both it and the serv PGRST_DB_URI: postgres://app_user:password@db:5432/app_db PGRST_DB_SCHEMA: public PGRST_DB_ANON_ROLE: app_user #In production this role should not be the same as the one used for the connection + PGRST_SERVER_PROXY_URI: "http://127.0.0.1:3000" depends_on: - db db: