10 lines
400 B
Text
10 lines
400 B
Text
|
|
# Copy to .env on the monitoring host (beta) before `docker compose up`.
|
||
|
|
# .env is gitignored — never commit real secrets.
|
||
|
|
|
||
|
|
# Grafana admin login (the UI's own auth; Grafana is the only thing exposed).
|
||
|
|
GF_ADMIN_USER=admin
|
||
|
|
GF_SECURITY_ADMIN_PASSWORD=change-me-to-something-strong
|
||
|
|
|
||
|
|
# The public hostname beta's Caddy serves Grafana at (see caddy-grafana.conf).
|
||
|
|
GRAFANA_DOMAIN=grafana.thermograph.org
|