moved influxdb and grafana data storage to ssd instead of zfs pool
This commit is contained in:
parent
a5b0b2b113
commit
30cae09c4d
@ -6,7 +6,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
# Mount for influxdb data directory and configuration
|
# Mount for influxdb data directory and configuration
|
||||||
- /DockerDataPool/solarCtrl/influxDB:/var/lib/influxdb2:rw
|
- ./data/influxdb:/var/lib/influxdb2:rw
|
||||||
- ./influxDbConfig.yml:/etc/influxdb2/config.yml
|
- ./influxDbConfig.yml:/etc/influxdb2/config.yml
|
||||||
ports:
|
ports:
|
||||||
- 8086:8086
|
- 8086:8086
|
||||||
@ -46,5 +46,5 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- "/DockerDataPool/solarCtrl/grafana:/var/lib/grafana"
|
- ./data/grafana:/var/lib/grafana
|
||||||
user: "1000"
|
user: "1000"
|
||||||
|
|||||||
@ -181,7 +181,8 @@
|
|||||||
"type": "u16"
|
"type": "u16"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"influxToken": "cMHBovac4VeXe60efDcBjItDxXz5LvQ7xcrN0R8yNMM9tEHFPK41hUSBsPsZWrVigXHm6T55EsnegIBSVeUFaQ==",
|
"influxTokenOLD": "cMHBovac4VeXe60efDcBjItDxXz5LvQ7xcrN0R8yNMM9tEHFPK41hUSBsPsZWrVigXHm6T55EsnegIBSVeUFaQ==",
|
||||||
|
"influxToken": "dGj1MchmS0m9LjsiA7HT-o7OpaUYi0oFtkG39IBbTDzBlVP_7THMSLtXNtanoVyRTwuIQINncq74T5gFeJ-mzw==",
|
||||||
"interval": 5000,
|
"interval": 5000,
|
||||||
"mqttBrokerAddress": "mqtt://192.168.1.241:1883",
|
"mqttBrokerAddress": "mqtt://192.168.1.241:1883",
|
||||||
"mqttUser": "heatCtrl",
|
"mqttUser": "heatCtrl",
|
||||||
@ -203,7 +204,7 @@
|
|||||||
"dTon": 2.0,
|
"dTon": 2.0,
|
||||||
"dToff": 1.0
|
"dToff": 1.0
|
||||||
},
|
},
|
||||||
"FreigabeHolzofen":{
|
"FreigabeHolzofen": {
|
||||||
"KesselstatusAus": 43
|
"KesselstatusAus": 43
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user