This repository contains Docker Compose stacks and configurations for my home automation setup.
- Home Assistant: Central home automation platform
- Node-RED: Visual automation flows
- Frigate: AI-powered NVR with object detection
- MQTT: Message broker for IoT devices
- Watchtower: Automated container updates
- Clone this repository
- Copy
.env.examplefiles to.envand configure - Deploy stacks using Portainer or Docker Compose
stacks/: Docker Compose files for each service stackconfigs/: Configuration files for all servicesscripts/: Automation and deployment scriptsdocs/: Documentation and setup guides
cd stacks/home-automation
cp .env.example .env
# Edit .env with your settings
docker compose up -dConfigure Git integration to pull from this repository's stacks/ directory.
See the docs/ directory for detailed setup and configuration guides.