Uploading Everything

Uploading Every Docker Compose YML file to the Repo
This commit is contained in:
2026-02-12 17:12:19 +02:00
commit fe628b774f
38 changed files with 1273 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
name: homeassistant
services:
homeassistant:
image: lscr.io/linuxserver/homeassistant:latest
container_name: homeassistant
environment:
- PUID=1000
- PGID=1000
- TZ=Africa/Tripoli
volumes:
- C:\Data\AppData\homeassistant\config:/config
ports:
- 8123:8123
#devices:
# - /path/to/device:/path/to/device
restart: unless-stopped