Compare commits

..

No commits in common. "35f88987eb45fe93961e3ac525281049b8115bc5" and "ab5e315b54e0b45cbf3f4e12b4e20e95e434a060" have entirely different histories.

1 changed files with 4 additions and 7 deletions

View File

@ -80,15 +80,12 @@ services:
volumes:
- influxdb-storage:/var/lib/influxdb
environment:
# - 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
- INFLUXDB_DB=db0
- INFLUXDB_ADMIN_USER=admin
- INFLUXDB_ADMIN_PASSWORD=gasAp4ZFdAY97u
labels:
- traefik.enable=true
- traefik.http.middlewares.influxdb-redirect-websecure.redirectscheme.scheme=https
- traefik.http.middlewares.moo-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