app-store/apps/homeassistant/docker-compose.yml

11 lines
256 B
YAML
Raw Normal View History

2022-07-28 17:46:12 +00:00
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- ${APP_DATA_DIR}/config:/config
restart: unless-stopped
privileged: true
network_mode: host