FAQ & limits
What actually runs my app?
A dedicated lightweight virtual machine (Firecracker — the tech behind AWS Lambda) with its own kernel, booted fresh for every deploy. Stronger isolation than containers, with boot times you won't notice.
What do I need in my repo?
Just a Dockerfile at the root. If it builds in Docker, it deploys here.
How do I get HTTPS?
You already have it — every *.wess.dev app is served over TLS with automatically managed certificates.
Current limits
| Machines per app | 1 (each deploy replaces the previous machine) |
| Custom domains | Not yet — apps live at name.wess.dev |
| Private registries | Not yet — use git push to build from source |
| Persistent disk | Not yet — use your app's database for state |
| Scale-to-zero / autoscaling | Not yet |
Where do I report problems?
Ping the platform owner, or head to the Tower project to file an issue.