kleine Anpassung und Syncthing

This commit is contained in:
borgal
2022-07-18 20:27:17 +00:00
parent 99b598d1d4
commit 120c157571
5 changed files with 37 additions and 10 deletions

View File

@@ -4,19 +4,18 @@ services:
nodered:
container_name: node-red
image: nodered/node-red
user: root
# user: root
ports:
- "1880:1880"
dns:
- 192.168.0.1
- 8.8.8.8
# dns:
# - 192.168.0.1
# - 8.8.8.8
volumes:
- /opt/node-red/data:/data
- /etc/localtime:/etc/localtime:ro
# - /dev/serial/by-id:/dev/serial/by-id
# devices:
# - /dev/ttyACM0:/dev/ttyACM0
- ./data:/data
# - /etc/localtime:/etc/localtime:ro
environment:
- TZ=Europe/Berlin
- PGID=1000
- PUID=1000
restart: always
network_mode: host