first commit

This commit is contained in:
2026-03-10 07:59:04 +01:00
parent 07337a1b4a
commit 4321b92003
15 changed files with 637 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# HA docker-compose file
services:
home-assistant:
container_name: home-assistant
image: homeassistant/home-assistant:stable
restart: always
networks:
- localnet
volumes:
- /home/mario/home-assistant-components/home-assistant/config:/config
- /home/mario/home-assistant-components/home-assistant/media:/media
ports:
- 8123:8123
- 1400:1400
environment:
TZ: "Europe/Vienna"
networks:
localnet:
driver: bridge