Compare commits

..

2 Commits

Author SHA1 Message Date
christianh17 35f88987eb influx 1.8 2024-05-25 15:20:17 +02:00
christianh17 b905892c1d typo 2024-05-25 11:51:35 +02:00
1 changed files with 7 additions and 4 deletions

View File

@ -80,12 +80,15 @@ services:
volumes:
- influxdb-storage:/var/lib/influxdb
environment:
- INFLUXDB_DB=db0
- INFLUXDB_ADMIN_USER=admin
- INFLUXDB_ADMIN_PASSWORD=gasAp4ZFdAY97u
# - INFLUXDB_DB=db0
# - INFLUXDB_ADMIN_USER=admin
# - INFLUXDB_ADMIN_PASSWORD=gasAp4ZFdAY97u
- INFLUXDB_REPORTING_DISABLED=true
- INFLUXDB_META_DIR=/var/lib/influxdb/meta
- INFLUXDB_DATA_QUERY_LOG_ENABLED=false influxdb:1.8
labels:
- traefik.enable=true
- traefik.http.middlewares.moo-redirect-websecure.redirectscheme.scheme=https
- traefik.http.middlewares.influxdb-redirect-websecure.redirectscheme.scheme=https
- traefik.http.routers.influxdb-web.rule=Host(`influx.herrmann.es`)
- traefik.http.routers.influxdb-web.entrypoints=web
- traefik.http.routers.influxdb-web.middlewares=moo-redirect-websecure