From 5d1db984b8d18e1c5b250b2e1d813455113a60f3 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Fri, 12 Jan 2024 21:53:01 +0100 Subject: [PATCH] Update postgrest container with new parameters Update,fix grafana container, set properly the admin password --- docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 145ac0a..b881c76 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,6 +48,9 @@ services: PGRST_DB_POOL: 20 PGRST_DB_URI: ${PGRST_DB_URI} PGRST_JWT_SECRET: ${PGRST_JWT_SECRET} + PGRST_SERVER_TIMING_ENABLED: True + PGRST_DB_MAX_ROWS: 500 + PGRST_JWT_CACHE_MAX_LIFETIME: 3600 depends_on: - db logging: @@ -75,10 +78,9 @@ services: env_file: .env environment: - GF_INSTALL_PLUGINS=pr0ps-trackmap-panel,fatcloud-windrose-panel + - GF_SECURITY_ADMIN_PASSWORD=${PGSAIL_GRAFANA_PASSWORD} - GF_USERS_ALLOW_SIGN_UP=false - GF_SMTP_ENABLED=false - - PGSAIL_GRAFANA_URI=db:5432 - - PGSAIL_GRAFANA_PASSWORD=${PGSAIL_GRAFANA_PASSWORD} depends_on: - db logging: