initial commit

This commit is contained in:
2021-04-20 15:20:16 +02:00
commit 9d3e0c0994
12 changed files with 668 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3"
services:
node-red:
image: "nodered/node-red"
container_name: "node-red"
environment:
- TZ=Europe/Berlin
volumes:
- ./docker:/data
ports:
- 1880:1880