Compare commits
2 Commits
ab5e315b54
...
35f88987eb
| Author | SHA1 | Date |
|---|---|---|
|
|
35f88987eb | |
|
|
b905892c1d |
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue