Docker Deployment
Docker Deployment
Section titled “Docker Deployment”CloudAlt backend can be run using Docker Compose for local development and testing.
Prerequisites
Section titled “Prerequisites”- Docker Desktop or Docker Engine
- Docker Compose
Quick Start
Section titled “Quick Start”cd cloudalt-backend/docker-compose upThis will start all three services:
- Stays:
http://localhost:8000 - Discovery:
http://localhost:8001 - Services:
http://localhost:8002
Configuration
Section titled “Configuration”See docker-compose.yml in the repository root for service configuration.
Coming Soon
Section titled “Coming Soon”Detailed Docker deployment guide with environment variables and volume configuration.