add more docker-compose files

This commit is contained in:
Michi 2024-05-03 22:01:12 +02:00
parent c8dd8c3ba7
commit f8e1b48199
3 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,14 @@
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "homeassistant/home-assistant:latest"
volumes:
- ./data:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro # Bluetooth
#devices: # Optional if you use a zigbee communicator
# - /dev/ttyUSB0
restart: unless-stopped
privileged: true
network_mode: host