Changed some images and small improvements
This commit is contained in:
parent
641e8f7999
commit
5e7be8598e
4 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@ version: "3.3"
|
|||
services:
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana
|
||||
image: grafana/grafana:7.4.3
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "3000"
|
||||
|
@ -54,7 +54,8 @@ services:
|
|||
|
||||
# influxdb to store time based data. Adress is drax.fzirker.lan:8086
|
||||
influxdb:
|
||||
image: arm32v7/influxdb
|
||||
# image: arm32v7/influxdb
|
||||
image: influxdb:1.8
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8086:8086
|
||||
|
@ -74,7 +75,7 @@ services:
|
|||
# here starts data collection
|
||||
|
||||
telegraf:
|
||||
image: telegraf
|
||||
image: telegraf:1.18
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- HOST_MOUNT_PREFIX=/hostfs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue