Tilføj docker-compose, Touchline manual, netværksgenstart dok, fix ._* ignore

This commit is contained in:
2026-05-05 19:40:05 +02:00
parent 7d5b31f9ab
commit 812199889e
4 changed files with 102 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
home-assistant:
container_name: homeassistant
image: homeassistant/home-assistant:latest
volumes:
- /volume1/homeassistant:/config
- /volume1/docker/homeassistant/backups:/backups
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
network_mode: host
restart: always
environment:
- TZ=Europe/Copenhagen