Add docker-compose.yaml
This commit is contained in:
parent
e80df2f26a
commit
825ee7ed2c
1 changed files with 12 additions and 0 deletions
12
docker-compose.yaml
Normal file
12
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: '3'
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: homeassistant
|
||||
image: "ghcr.io/home-assistant/raspberrypi4-homeassistant:stable"
|
||||
volumes:
|
||||
- ./data/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
network_mode: host
|
||||
|
||||
Loading…
Reference in a new issue