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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,10 @@ This application consist of 2 [Mosquitto MQTT-brokers](https://mosquitto.org/):
71
71
2.**mqtt-test** which is listening to Host OS port 1884
72
72
73
73
## 7. Setup of the USB memory Stick for Influxdb
74
+
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.
75
+
The script `my_entrypoint.sh` has the additional instructions to mount this USB memory stick inside the influxdb container.
74
76
77
+
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.
75
78
76
79
## 8. Internet access via Balena's public URL and Nginx.
77
80
The nginx container has been configured so that when you enable the Balena public URL that you can access the following applications over the internet:
0 commit comments