mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update postgrest container with new parameters
Update,fix grafana container, set properly the admin password
This commit is contained in:
@@ -48,6 +48,9 @@ services:
|
|||||||
PGRST_DB_POOL: 20
|
PGRST_DB_POOL: 20
|
||||||
PGRST_DB_URI: ${PGRST_DB_URI}
|
PGRST_DB_URI: ${PGRST_DB_URI}
|
||||||
PGRST_JWT_SECRET: ${PGRST_JWT_SECRET}
|
PGRST_JWT_SECRET: ${PGRST_JWT_SECRET}
|
||||||
|
PGRST_SERVER_TIMING_ENABLED: True
|
||||||
|
PGRST_DB_MAX_ROWS: 500
|
||||||
|
PGRST_JWT_CACHE_MAX_LIFETIME: 3600
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
logging:
|
logging:
|
||||||
@@ -75,10 +78,9 @@ services:
|
|||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- GF_INSTALL_PLUGINS=pr0ps-trackmap-panel,fatcloud-windrose-panel
|
- GF_INSTALL_PLUGINS=pr0ps-trackmap-panel,fatcloud-windrose-panel
|
||||||
|
- GF_SECURITY_ADMIN_PASSWORD=${PGSAIL_GRAFANA_PASSWORD}
|
||||||
- GF_USERS_ALLOW_SIGN_UP=false
|
- GF_USERS_ALLOW_SIGN_UP=false
|
||||||
- GF_SMTP_ENABLED=false
|
- GF_SMTP_ENABLED=false
|
||||||
- PGSAIL_GRAFANA_URI=db:5432
|
|
||||||
- PGSAIL_GRAFANA_PASSWORD=${PGSAIL_GRAFANA_PASSWORD}
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
logging:
|
logging:
|
||||||
|
Reference in New Issue
Block a user