Skip to content

Commit

Permalink
chore: comment out versions in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Sep 6, 2024
1 parent 3d81cc4 commit ffc9f77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GRAFANA_ADMIN_USER=medic
GRAFANA_ADMIN_PASSWORD=password
GRAFANA_VERSION=latest
#GRAFANA_VERSION=latest
GRAFANA_PORT=3000
# Use 0.0.0.0 to expose to LAN/Internet, use 127.0.0.1 to
# use with reverse proxy (Caddy, Traefik etc)
Expand All @@ -10,14 +10,14 @@ GRAFANA_DATA="./grafana/data"
# Comma separated list of plugins to install
GRAFANA_PLUGINS=grafana-discourse-datasource

JSON_EXPORTER_VERSION=latest
#JSON_EXPORTER_VERSION=latest

PROMETHEUS_VERSION=latest
#PROMETHEUS_VERSION=latest
# Note: Relative paths do not work with docker-compose v2.x. In that case, simply use an absolute path.
PROMETHEUS_DATA="./prometheus/data"
PROMETHEUS_RETENTION_TIME=60d

SQL_EXPORTER_VERSION=latest
#SQL_EXPORTER_VERSION=latest
# Use 0.0.0.0 to expose to LAN/Internet, use 127.0.0.1 to
# use with reverse proxy (Caddy, Traefik etc)
SQL_EXPORTER_IP=127.0.0.1
Expand Down

0 comments on commit ffc9f77

Please sign in to comment.