Files
oam/docker/home-assistant/pi.docker-compose.yaml
2023-02-07 03:05:05 +01:00

15 lines
356 B
YAML

# 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