Verzeichnisse updaten

This commit is contained in:
2026-01-18 13:51:07 +01:00
parent ccf2160db7
commit 5a3205749c
8 changed files with 161 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
influxdb:
image: influxdb:2
container_name: influxdb
deploy:
resources:
limits:
memory: 512M
restart: unless-stopped
ports:
- 9086:8086
volumes:
- /timeseries/influxdb:/var/lib/influxdb2
- ./config:/etc/influxdb2
environment:
- DOCKER_INFLUXDB_INIT_MODE=setup
- DOCKER_INFLUXDB_INIT_USERNAME=admin
- DOCKER_INFLUXDB_INIT_PASSWORD=Ga913PIhQvCvAW41
- DOCKER_INFLUXDB_INIT_ORG=Häusle
- DOCKER_INFLUXDB_INIT_BUCKET=Bucket
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=JEjmoG1NqHJOB2kz72u189lw1SVdlL43
networks: {}