fetch_ml/deployments
Jeremie Fraeys 03cead6319 Organize docker-compose files and fix test output paths
- Move docker-compose.prod.yml and docker-compose.homelab-secure.yml to deployments/
- Create deployments/README.md with usage instructions
- Update test scripts to use new deployment paths
- Fix performance regression detection to output to tests/bin/
- All test outputs now properly organized in tests/bin/
2025-12-06 13:45:05 -05:00
..
docker-compose.homelab-secure.yml Organize docker-compose files and fix test output paths 2025-12-06 13:45:05 -05:00
docker-compose.prod.yml Organize docker-compose files and fix test output paths 2025-12-06 13:45:05 -05:00
README.md Organize docker-compose files and fix test output paths 2025-12-06 13:45:05 -05:00

Docker Compose Deployments

This directory contains Docker Compose configurations for different deployment environments.

Files

  • docker-compose.homelab-secure.yml - Secure homelab deployment with TLS and authentication
  • docker-compose.prod.yml - Production deployment configuration

Usage

Development

# Use the main docker-compose.yml in project root
docker-compose up -d

Homelab (Secure)

docker-compose -f deployments/docker-compose.homelab-secure.yml up -d

Production

docker-compose -f deployments/docker-compose.prod.yml up -d

Environment Variables

Each deployment may require specific environment variables. Refer to the individual compose files for requirements.

Monitoring

Performance monitoring configurations are in monitoring/docker-compose.performance.yml