mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-05 23:43:11 +00:00
grafan.ini to use default which can be overridden by env variables
This commit is contained in:
parent
072da1c4e8
commit
77e642cd82
@ -122,7 +122,8 @@ services:
|
||||
env_file:
|
||||
- ./monitoring/configuration/grafana-plugins.env
|
||||
environment:
|
||||
- ADMIN_PASSW=${GF_SECURITY_ADMIN_PASSWORD}
|
||||
- GF_SECURITY_ADMIN_USER=${GF_SECURITY_ADMIN_USER}
|
||||
- GF_SECURITY_ADMIN_PASSWORD=${GF_SECURITY_ADMIN_PASSWORD}
|
||||
volumes:
|
||||
- ./monitoring/configuration/grafana.ini:/etc/grafana/grafana.ini:z
|
||||
- ./monitoring/configuration/dashboards.yaml:/etc/grafana/provisioning/dashboards/dashboards.yaml:z
|
||||
|
||||
@ -25,8 +25,8 @@ enabled = true
|
||||
org_role = Viewer
|
||||
|
||||
[security]
|
||||
admin_user = wakusim-user
|
||||
admin_password = ${ADMIN_PASSW}
|
||||
admin_user = admin
|
||||
admin_password = admin
|
||||
|
||||
;[users]
|
||||
# disable user signup / registration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user