influx 1.8
This commit is contained in:
parent
b905892c1d
commit
35f88987eb
|
|
@ -80,9 +80,12 @@ 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.influxdb-redirect-websecure.redirectscheme.scheme=https
|
||||
|
|
|
|||
Loading…
Reference in New Issue