14 docker compose initial commit

This commit is contained in:
Dominik
2024-05-10 17:53:43 +02:00
commit 277f8544ee
31 changed files with 1124 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: '3.5'
name: homeassistant
services:
homeassistant:
container_name: homeassistant
restart: unless-stopped
image: ghcr.io/home-assistant/home-assistant:stable
ports:
- "8123:8123"
environment:
- TZ=Europe/Vienna
volumes:
- ./homeassistant_config:/config