Skip to content

Commit 5a35de0

Browse files
committed
minor changes
1 parent 8678238 commit 5a35de0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Note that both Node-RED editors are protected by a user name and a hashed passwo
7474
- *Application Environment Variables (E(X))* - this implies that both Node-RED instances will have the same username and password.
7575
- *Service Variables (S(X))*
7676

77-
Note also that a `node-red-data` and `node-red-test-data` are 2 named volumed used for the `\data` folder of respectively *node-red* and *node-red-test*. Take care that the `settings.js` is only copied during the initial deployment of the application, when the application is redeployed e.g. due to changes, then the `settings.js` is not recopied to the `\data` folder. (see also [How to copy a file to a named volume?](https://forums.balena.io/t/how-to-copy-a-file-to-a-named-volume/4331))
77+
Note also that a `node-red-data` and `node-red-test-data` are 2 named volumed used for the `\data` folder of respectively *node-red* and *node-red-test*. Take care that the `settings.js` is only copied during the initial deployment of the application. So take care that when the application is redeployed e.g. due to changes, then the `settings.js` is not recopied to the `\data` folder. (see also [How to copy a file to a named volume?](https://forums.balena.io/t/how-to-copy-a-file-to-a-named-volume/4331))
7878

7979
## 6. MQTT broker
8080
This application consist of 2 [Mosquitto MQTT-brokers](https://mosquitto.org/):

docker-compose.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ services:
77
build: influxdb
88
# privileged added so usb drive can be mounted.
99
privileged: true
10-
#volumes:
11-
# Mount for influxdb data directory
12-
#- 'influx-data:/var/lib/influxdb'
13-
# Mount for influxdb configuration
14-
# 'influx-config:/etc/influxdb/'
1510
ports:
1611
# The API for InfluxDB is served on port 8086
1712
- "8086:8086"
@@ -68,6 +63,7 @@ services:
6863
depends_on:
6964
- grafana
7065
- node-red
66+
- node-red-test
7167
ports:
7268
- "80:80"
7369
- "443:443"

0 commit comments

Comments
 (0)