Compare commits
No commits in common. "35f88987eb45fe93961e3ac525281049b8115bc5" and "ab5e315b54e0b45cbf3f4e12b4e20e95e434a060" have entirely different histories.
35f88987eb
...
ab5e315b54
|
|
@ -80,15 +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.moo-redirect-websecure.redirectscheme.scheme=https
|
||||||
- traefik.http.routers.influxdb-web.rule=Host(`influx.herrmann.es`)
|
- traefik.http.routers.influxdb-web.rule=Host(`influx.herrmann.es`)
|
||||||
- traefik.http.routers.influxdb-web.entrypoints=web
|
- traefik.http.routers.influxdb-web.entrypoints=web
|
||||||
- traefik.http.routers.influxdb-web.middlewares=moo-redirect-websecure
|
- traefik.http.routers.influxdb-web.middlewares=moo-redirect-websecure
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue