Skip to content

Docker Deployment

CloudAlt backend can be run using Docker Compose for local development and testing.

  • Docker Desktop or Docker Engine
  • Docker Compose
Terminal window
cd cloudalt-backend/
docker-compose up

This will start all three services:

  • Stays: http://localhost:8000
  • Discovery: http://localhost:8001
  • Services: http://localhost:8002

See docker-compose.yml in the repository root for service configuration.

Detailed Docker deployment guide with environment variables and volume configuration.