Update env variable smaple base on docker-compose using hostname

This commit is contained in:
xbgmsharp
2023-07-10 17:24:42 +02:00
parent 8f4a8c14ee
commit f01a4b9605

View File

@@ -16,7 +16,7 @@ PGSAIL_EMAIL_SERVER=localhost
PGSAIL_APP_URL=http://localhost:8080 PGSAIL_APP_URL=http://localhost:8080
PGSAIL_API_URL=http://localhost:3000 PGSAIL_API_URL=http://localhost:3000
# POSTGREST ENV Settings # 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 PGRST_JWT_SECRET=_at_least_32__char__long__random
# Grafana ENV Settings # Grafana ENV Settings
GF_SECURITY_ADMIN_PASSWORD=password GF_SECURITY_ADMIN_PASSWORD=password