@5minds/node-red-contrib-processcube 0.3.3 → 0.3.5-feature-65fd58-lx819m2o

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Dockerfile CHANGED
@@ -13,6 +13,7 @@ FROM nodered/node-red:latest
13
13
  RUN npm install node-red-contrib-graphql
14
14
  RUN npm install openapi-red@1.2.5
15
15
  RUN npm install node-red-contrib-postgresql
16
+ RUN npm install node-red-contrib-uibuilder
16
17
 
17
18
  COPY --from=builder /src/node-red-contrib-processcube /src/node-red-contrib-processcube
18
19
 
@@ -1,16 +1,16 @@
1
1
  services:
2
2
  node-red:
3
- image: 5minds/node-red:latest
3
+ image: 5minds/node-red:node-red-contrib-processcube
4
4
  build:
5
5
  context: .
6
- environment:
7
- - TZ=Europe/Berlin
8
- #- ENGINE_URL=http://192.168.178.145:56100
9
6
  ports:
10
7
  - "1880:1880"
8
+ environment:
9
+ - TZ=Europe/Berlin
10
+ - ENGINE_URL=http://engine:8000
11
+ - FLOWS=/nodered/node-red-contrib-processcube-flows.json
11
12
  volumes:
12
- - ./.node-red/data:/data
13
- - ./:/data/node_modules/node-red-contrib-processcube
13
+ - ./nodered/:/nodered/
14
14
 
15
15
  engine:
16
16
  image: 5minds/processcube_engine:2024-1