ddvic-server/playbooks/templates/homeassistant/docker-compose.yml.j2

17 lines
340 B
Plaintext
Raw Permalink Normal View History

---
version: "3"
services:
homeassistant:
image: lscr.io/linuxserver/homeassistant:latest
container_name: homeassistant
#network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- {{ hass_config }}:/config
ports:
- 8123:8123 #optional
restart: unless-stopped