Overview
This guide covers deploying Asymptote using Docker Compose on a single Linux VM. Choose between automated AWS provisioning with Terraform or manual setup for other environments.Troubleshooting
Container fails to start
Container fails to start
Check logs for errors:Common issues:
- Database connection string incorrect
- Redis not reachable
- Invalid license key
Database connection errors
Database connection errors
Verify PostgreSQL is accessible:
Out of memory
Out of memory
Increase VM memory or tune container limits in
docker-compose.yml:
