From f01a4b9605e63a23705133882632144d4c274c70 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Mon, 10 Jul 2023 17:24:42 +0200 Subject: [PATCH] Update env variable smaple base on docker-compose using hostname --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 0931e88..1d6a285 100644 --- a/.env.example +++ b/.env.example @@ -16,7 +16,7 @@ PGSAIL_EMAIL_SERVER=localhost PGSAIL_APP_URL=http://localhost:8080 PGSAIL_API_URL=http://localhost:3000 # POSTGREST ENV Settings -PGRST_DB_URI=postgres://authenticator:${PGSAIL_AUTHENTICATOR_PASSWORD}@127.0.0.1:5432/signalk +PGRST_DB_URI=postgres://authenticator:${PGSAIL_AUTHENTICATOR_PASSWORD}@db:5432/signalk PGRST_JWT_SECRET=_at_least_32__char__long__random # Grafana ENV Settings GF_SECURITY_ADMIN_PASSWORD=password