initial commit

This commit is contained in:
2025-12-20 12:32:06 -06:00
commit d3537686b5
2 changed files with 26 additions and 0 deletions

18
docker-compose.yaml Normal file
View File

@@ -0,0 +1,18 @@
---
version: "2.1"
services:
homeassistant:
image: lscr.io/linuxserver/homeassistant:latest
container_name: homeassistant
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
volumes:
- /home/mattspeer/docker/homeassistant:/config
ports:
- 8123:8123
# devices:
# - /path/to/device:/path/to/device #optional
restart: always