You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,9 @@ This application consist of 2 [Mosquitto MQTT-brokers](https://mosquitto.org/):
85
85
The *influxdb* container is configured so that its data will be stored on a USB memory stick connected to the raspberry that has label `influxdb` and that is formatted in the `ext4` format as is specified in the influxdb Dockerfile.
86
86
The script `my_entrypoint.sh` has the additional instructions to mount this USB memory stick inside the influxdb container.
87
87
88
-
Note that the current *Balena* version doesn't yet support the definition of a such a mounted drive in the docker compose yaml file therefore this is handled through the influxdb container setup as described here above.
88
+
Notes
89
+
1. the current *Balena* version doesn't yet support the definition of a volume for such a mounted drive in the docker compose yaml file therefore this is handled through the influxdb container setup as described here above.
90
+
2. It is not possible to mount the same USB drive also in telegraf container (I have tried that) and consequently telegraf it is not able to report the `disk` metrics for this USB drive.
89
91
90
92
## 8. Internet access via Balena's public URL and Nginx.
91
93
The [nginx](http://nginx.org/en/docs/) container has been configured so that when you enable the Balena public device URL that you can access the following applications over the internet:
0 commit comments