Container hinzugefügt

This commit is contained in:
borgal
2021-08-29 18:03:53 +00:00
parent b622550c19
commit 9582d0f5eb
9 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
version: '2.1'
services:
nodered:
container_name: node-red
image: nodered/node-red
user: root
ports:
- "1880:1880"
dns:
- 192.168.0.1
- 8.8.8.8
volumes:
- /opt/node-red/data:/data
- /etc/localtime:/etc/localtime:ro
environment:
- TZ=Europe/Berlin
restart: always
network_mode: host