influx 1.8
This commit is contained in:
parent
b905892c1d
commit
35f88987eb
|
|
@ -80,9 +80,12 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- influxdb-storage:/var/lib/influxdb
|
- influxdb-storage:/var/lib/influxdb
|
||||||
environment:
|
environment:
|
||||||
- INFLUXDB_DB=db0
|
# - INFLUXDB_DB=db0
|
||||||
- INFLUXDB_ADMIN_USER=admin
|
# - INFLUXDB_ADMIN_USER=admin
|
||||||
- INFLUXDB_ADMIN_PASSWORD=gasAp4ZFdAY97u
|
# - 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:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.middlewares.influxdb-redirect-websecure.redirectscheme.scheme=https
|
- traefik.http.middlewares.influxdb-redirect-websecure.redirectscheme.scheme=https
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue