mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
Added pi-sized docker-compose file for home assistant
This commit is contained in:
14
docker/home-assistant/pi.docker-compose.yaml
Normal file
14
docker/home-assistant/pi.docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# sources:
|
||||
# - https://www.home-assistant.io/installation/raspberrypi
|
||||
|
||||
version: '3'
|
||||
services:
|
||||
home-assistant:
|
||||
container_name: home-assistant
|
||||
image: "ghcr.io/home-assistant/home-assistant:stable"
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user