mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
117 lines
4.0 KiB
Markdown
117 lines
4.0 KiB
Markdown
<div align="center">
|
|
<h1 align="center">Dokploy</h1>
|
|
<div>
|
|
<img style="object-fit: cover; border-radius:20px;" align="center" width="50%"src="https://raw.githubusercontent.com/Dokploy/docs/main/public/logo.png" >
|
|
|
|
</div>
|
|
|
|
</br>
|
|
<div align="center">
|
|
<div>Join us on Discord for help, feedback, and discussions!</div>
|
|
</br>
|
|
<a href="https://discord.gg/ZXwG32bw">
|
|
<img src="https://discordapp.com/api/guilds/1234073262418563112/widget.png?style=banner2" alt="Discord Shield"/>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<br />
|
|
Dokploy is a free self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases.
|
|
|
|
### Features
|
|
|
|
Dokploy include multiples features to make your life easier.
|
|
|
|
- **Applications**: Deploy any type of application (Node.js, PHP, Python, Go, Ruby, etc.).
|
|
- **Databases**: Create and manage databases with support for MySQL, PostgreSQL, MongoDB, MariaDB, Redis.
|
|
- **Backups**: Automate backups for databases to a external storage destination.
|
|
- **Docker Compose**: Native support for Docker Compose to manage complex applications.
|
|
- **Multi Node**: Scale applications to multiples nodes using docker swarm to manage the cluster.
|
|
- **Templates**: Deploy in a single click open source templates (Plausible, Pocketbase, Calcom, etc.).
|
|
- **Traefik Integration**: Automatically integrates with Traefik for routing and load balancing.
|
|
- **Real-time Monitoring**: Monitor CPU, memory, storage, and network usage, for every resource.
|
|
- **Docker Management**: Easily deploy and manage Docker containers.
|
|
- **CLI/API**: Manage your applications and databases using the command line or trought the API.
|
|
- **Notifications**: Get notified when your deployments are successful or failed (Slack, Discord, Telegram, Email, etc.)
|
|
- **Self-Hosted**: Self-host Dokploy on your VPS.
|
|
|
|
## 🚀 Getting Started
|
|
|
|
To get started run the following command in a VPS:
|
|
|
|
```bash
|
|
curl -sSL https://dokploy.com/install.sh | sh
|
|
```
|
|
|
|
For detailed documentation, visit [docs.dokploy.com](https://docs.dokploy.com).
|
|
|
|
## Sponsors
|
|
|
|
🙏 We're deeply grateful to all our sponsors who make Dokploy possible! Your support helps cover the costs of hosting, testing, and developing new features.
|
|
|
|
[Dokploy Open Collective](https://opencollective.com/dokploy)
|
|
|
|
[Github Sponsors](https://github.com/sponsors/Siumauricio)
|
|
|
|
<!-- Hero Sponsors 🎖 -->
|
|
|
|
<!-- Add Hero Sponsors here -->
|
|
|
|
### Premium Supporters 🥇
|
|
|
|
<div style="display: flex; gap: 30px; flex-wrap: wrap;">
|
|
<a href="https://supafort.com/" target="_blank"><img src="https://supafort.com/build/q-4Ht4rBZR.webp" alt="Supafort.com" width="190"/></a>
|
|
</div>
|
|
|
|
<!-- Elite Contributors 🥈 -->
|
|
|
|
<!-- Add Elite Contributors here -->
|
|
|
|
### Supporting Members 🥉
|
|
|
|
<div style="display: flex; gap: 30px; flex-wrap: wrap;">
|
|
<a href="https://lightspeed.run/"><img src="https://github.com/lightspeedrun.png" width="60px" alt="Lightspeed.run"/></a>
|
|
</div>
|
|
|
|
### Community Backers 🤝
|
|
|
|
<div style="display: flex; gap: 30px; flex-wrap: wrap;">
|
|
<a href="https://steamsets.com/"><img src="https://avatars.githubusercontent.com/u/111978405?s=200&v=4" width="60px" alt="Steamsets.com"/></a>
|
|
</div>
|
|
|
|
#### Organizations:
|
|
|
|
[](https://opencollective.com/dokploy)
|
|
|
|
#### Individuals:
|
|
|
|
[](https://opencollective.com/dokploy)
|
|
|
|
### Contributors 🤝
|
|
|
|
<a href="https://github.com/dokploy/dokploy/graphs/contributors">
|
|
<img src="https://contrib.rocks/image?repo=dokploy/dokploy" />
|
|
</a>
|
|
|
|
## Video Tutorial
|
|
|
|
<a href="https://youtu.be/mznYKPvhcfw">
|
|
<img src="https://dokploy.com/banner.webp" alt="Watch the video" width="400" style="border-radius:20px;"/>
|
|
</a>
|
|
|
|
<!-- ## Supported OS
|
|
|
|
- Ubuntu 24.04 LTS
|
|
- Ubuntu 23.10
|
|
- Ubuntu 22.04 LTS
|
|
- Ubuntu 20.04 LTS
|
|
- Ubuntu 18.04 LTS
|
|
- Debian 12
|
|
- Debian 11
|
|
- Fedora 40
|
|
- Centos 9
|
|
- Centos 8 -->
|
|
|
|
## Contributing
|
|
|
|
Check out the [Contributing Guide](CONTRIBUTING.md) for more information.
|