flows au bon endroit

This commit is contained in:
2025-12-10 09:29:59 +01:00
parent f0b1cf97e2
commit 6e9b0630bc
7 changed files with 140 additions and 1387 deletions

View File

@@ -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: