mirror of
https://github.com/michivonah/docker.git
synced 2025-12-22 20:36:27 +01:00
add more docker-compose files
This commit is contained in:
parent
c8dd8c3ba7
commit
f8e1b48199
3 changed files with 41 additions and 0 deletions
14
homeassistant/docker-compose.yml
Normal file
14
homeassistant/docker-compose.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue