Skip to content

Commit 65bbe7e

Browse files
committed
added containers mqtt-test & node-red-test
1 parent 9a5eda4 commit 65bbe7e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docker-compose.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,23 @@ services:
3939
image: panuwitp/mosquitto-arm
4040
ports:
4141
- "1883:1883"
42+
mqtt-test:
43+
image: panuwitp/mosquitto-arm
44+
ports:
45+
- "1884:1883"
4246
node-red:
4347
build: node-red
4448
ports:
4549
- "1880:1880"
4650
links:
47-
- mqtt
51+
- "mqtt"
52+
restart: always
53+
node-red-test:
54+
build: node-red
55+
ports:
56+
- "1882:1880"
57+
links:
58+
- "mqtt-test:mqtt"
4859
restart: always
4960
nginx:
5061
build : nginx

0 commit comments

Comments
 (0)