What You Get
Every container you deploy gets:- Public HTTPS endpoints that just work
- Automatic TLS certificates (no Let’s Encrypt setup)
- Full internet access with any protocol
- Built-in load balancing
https://appid-8080.dstack-prod5.phala.network. Deploy on port 3000? It’s https://appid-3000.dstack-prod5.phala.network. Simple.
Zero Configuration Required
Just define your service in docker-compose.yml:Use Your Own Domain
Wantapi.mycompany.com instead of the default URL? Add the dstack-ingress container to your deployment. It handles DNS setup and SSL certificates automatically through your DNS provider (Cloudflare, Linode, or Namecheap).
Beyond HTTP
Phala Cloud handles more than just web services: Databases: Expose PostgreSQL or MySQL with automatic TLS encryption. Your database connections are secure by default. gRPC Services: Full HTTP/2 support. Access gRPC endpoints by appendingg to your URL (e.g., appid-8080g.dstack-prod5.phala.network).
TCP Services: Any TCP protocol works - Redis, custom game servers, message queues. All get automatic TLS wrapping.
SSH Access: Debug your containers with SSH access (development mode only).

