FIX: Incorrect indentation

This commit is contained in:
2025-08-27 22:29:40 +02:00
parent b47ac029bc
commit 558e494dfd

View File

@@ -7,7 +7,7 @@ services:
influxdb: influxdb:
condition: service_healthy condition: service_healthy
volumes: volumes:
- garminconnect_tokens:/home/appuser/.garminconnect # persisted tokens storage (named volume) - garminconnect_tokens:/home/appuser/.garminconnect # persisted tokens storage (named volume)
environment: environment:
- INFLUXDB_HOST=influxdb - INFLUXDB_HOST=influxdb
- INFLUXDB_PORT=8086 - INFLUXDB_PORT=8086
@@ -34,7 +34,7 @@ services:
ports: ports:
- '8086:8086' - '8086:8086'
volumes: volumes:
- influxdb_data:/var/lib/influxdb - influxdb_data:/var/lib/influxdb
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8086/ping"] test: ["CMD", "curl", "-f", "http://localhost:8086/ping"]
interval: 10s interval: 10s
@@ -52,7 +52,7 @@ services:
- GF_SECURITY_ADMIN_USER=${GF_SECURITY_ADMIN_USER} - GF_SECURITY_ADMIN_USER=${GF_SECURITY_ADMIN_USER}
- GF_SECURITY_ADMIN_PASSWORD=${GF_SECURITY_ADMIN_PASSWORD} - GF_SECURITY_ADMIN_PASSWORD=${GF_SECURITY_ADMIN_PASSWORD}
volumes: volumes:
- grafana_data:/var/lib/grafana - grafana_data:/var/lib/grafana
ports: ports:
- '3000:3000' - '3000:3000'
healthcheck: healthcheck: