Overview
Production-ready Docker Compose deployment with all services.
Services
- pureboot-api (FastAPI backend)
- pureboot-frontend (React static files via nginx)
- postgresql (database)
- redis (optional: caching, task queue)
- tftp-server (dnsmasq or atftpd)
- nginx (reverse proxy, static files)
Requirements
- Health checks for all services
- Proper networking
- Volume persistence
- Environment configuration
- SSL/TLS termination
- Log aggregation
Configuration
- .env file for secrets
- docker-compose.yml for development
- docker-compose.prod.yml for production
- Makefile for common operations
Priority
HIGH - Deployment requirement
Related
Overview
Production-ready Docker Compose deployment with all services.
Services
Requirements
Configuration
Priority
HIGH - Deployment requirement
Related