This commit is contained in:
2026-04-12 01:06:31 +07:00
commit 10d660cbcb
1066 changed files with 228596 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Coolify (Self-Hosted)
## Setup
```bash
# Install on VPS
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
```
## Deploy
```bash
# Via API
curl -X POST "https://your-coolify.com/api/v1/deploy" \
-H "Authorization: Bearer TOKEN" \
-d '{"uuid": "APP_UUID"}'
# Or via dashboard / Git webhook (auto-deploy)
```
## Detection
- `docker-compose.yml` + Coolify dashboard reference
- Dockerfile, buildpack detection
## Free Tier
- Free (self-hosted, open-source)
- VPS cost only (~$5-6/mo on DO/Vultr, $2.50 on Vultr minimum)
## Rollback
Via dashboard: select previous deployment
## Best For
Teams wanting Heroku-like PaaS on own server. 280+ one-click services.
Multi-server, Docker Swarm support, free SSL via Let's Encrypt.