TEST: Complex docker-compose rework. Not tested yet
This commit is contained in:
15
garmin-grafana/.env.example
Normal file
15
garmin-grafana/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# InfluxDB credentials
|
||||
INFLUXDB_PASSWORD=influxdb_secret_password
|
||||
|
||||
# Grafana credentials
|
||||
GF_SECURITY_ADMIN_USER=admin
|
||||
GF_SECURITY_ADMIN_PASSWORD=admin
|
||||
|
||||
# Garmin Connect credentials
|
||||
GARMINCONNECT_EMAIL=your_garmin_email@example.com
|
||||
GARMINCONNECT_PASSWORD=your_garmin_password_base64_encoded
|
||||
|
||||
# Paths for persistent data
|
||||
GARMINCONNECT_TOKENS=./garminconnect-tokens
|
||||
PATH_TO_INFLUXDB_DATA=./influxdb_data
|
||||
PATH_TO_GRAFANA_DATA=./grafana_data
|
||||
Reference in New Issue
Block a user