Files
home-automation/infra
2025-11-11 16:38:41 +01:00
..
2025-10-31 14:25:12 +01:00

Infrastructure

This directory contains infrastructure-related files for the home automation project.

Files

  • docker-compose.yml: Docker Compose configuration for running services

Usage

# Start services
docker-compose up -d

# Stop services
docker-compose down

TODO

  • Add service definitions to docker-compose.yml
  • Add deployment configurations
  • Add monitoring and logging setup