docker-compose: influxdb angepasst

This commit is contained in:
2026-07-26 10:54:25 +00:00
parent a4aa5bd232
commit d6e6cb3f76
2 changed files with 1 additions and 0 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -19,6 +19,7 @@ services:
- '8086:8086' - '8086:8086'
volumes: volumes:
- ${LOCALDIR}/noisesensors/data/influx/data:/var/lib/influxdb2 - ${LOCALDIR}/noisesensors/data/influx/data:/var/lib/influxdb2
- ${LOCALDIR}/noisesensors/data/influx/config:/etc/influxdb2
environment: environment:
DOCKER_INFLUXDB_INIT_MODE: setup DOCKER_INFLUXDB_INIT_MODE: setup
DOCKER_INFLUXDB_INIT_USERNAME: ${DOCKER_INFLUXDB_INIT_USERNAME} DOCKER_INFLUXDB_INIT_USERNAME: ${DOCKER_INFLUXDB_INIT_USERNAME}