Skip to content

Commit 0f72b57

Browse files
committed
removed appmetrics installation in node-red-test
1 parent b9523da commit 0f72b57

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ services:
6161
- 'node-red-test-data:/data'
6262
ports:
6363
- "1882:1880"
64+
# port for appmetrics dashboard.
65+
- "3001:3001"
6466
depends_on:
6567
- mqtt-test
6668
restart: always

node-red-test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USER node-red
88
RUN npm install node-red-contrib-resinio
99
RUN npm install node-red-dashboard
1010
RUN npm install node-red-contrib-credentials
11-
RUN npm install appmetrics
11+
# RUN npm install appmetrics
1212
RUN npm install appmetrics-dash
1313

1414
COPY ./settings.js /data/settings.js

0 commit comments

Comments
 (0)