Files
homeAutomation/docker-compose.yml
2026-08-16 10:55:33 +02:00

11 lines
198 B
YAML

services:
homeassistant:
build:
context: .
dockerfile: ./dockerfiles/home-assistant.Dockerfile
volumes:
- ./homeassistant:/config
ports:
- 8123:8123