flows au bon endroit
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
- dev_net
|
||||
|
||||
nodered:
|
||||
image: nodered/node-red:4.1
|
||||
build: ./nodered
|
||||
container_name: nodered
|
||||
ports:
|
||||
- "1880:1880"
|
||||
@@ -19,8 +19,7 @@ services:
|
||||
environment:
|
||||
TZ: Europe/Paris
|
||||
volumes:
|
||||
- ./nodered-data:/data
|
||||
- ./nodered-flows/flows.json:/data/flows.json
|
||||
- nodered:/data
|
||||
|
||||
rabbitmq:
|
||||
image: rabbitmq:4.1.4-management
|
||||
@@ -51,4 +50,5 @@ networks:
|
||||
dev_net:
|
||||
|
||||
volumes:
|
||||
nodered:
|
||||
rabbitmq:
|
||||
|
||||
Reference in New Issue
Block a user