Files
dokploy/README.md
T

65 lines
2.6 KiB
Markdown
Raw Normal View History

2024-06-15 04:02:24 -06:00
<div align="center">
2025-07-07 10:35:31 +09:00
<a href="https://dokploy.com">
2025-08-02 20:38:28 +09:00
<img src=".github/sponsors/logo.png" alt="Dokploy - Open Source Alternative to Vercel, Heroku and Netlify." width="100%" />
2025-07-07 10:35:31 +09:00
</a>
</br>
2024-07-31 00:46:51 -06:00
</br>
2025-07-07 10:35:31 +09:00
<p>Join us on Discord for help, feedback, and discussions!</p>
2024-08-27 13:46:09 -06:00
<a href="https://discord.gg/2tBnJ3jDJc">
2024-07-31 00:46:51 -06:00
<img src="https://discordapp.com/api/guilds/1234073262418563112/widget.png?style=banner2" alt="Discord Shield"/>
</a>
</div>
2024-06-15 04:08:32 -06:00
<br />
2025-07-07 10:35:31 +09:00
Dokploy is a free, self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases.
2024-05-12 09:53:26 +08:00
2025-08-02 20:38:28 +09:00
## ✨ Features
2024-05-12 09:55:11 +08:00
Dokploy includes multiple features to make your life easier.
2024-06-15 04:02:24 -06:00
2024-07-13 00:48:49 -06:00
- **Applications**: Deploy any type of application (Node.js, PHP, Python, Go, Ruby, etc.).
2025-09-13 10:11:43 +02:00
- **Databases**: Create and manage databases with support for MySQL, PostgreSQL, MongoDB, MariaDB, libsql, and Redis.
- **Backups**: Automate backups for databases to an external storage destination.
2024-07-13 00:48:49 -06:00
- **Docker Compose**: Native support for Docker Compose to manage complex applications.
- **Multi Node**: Scale applications to multiple nodes using Docker Swarm to manage the cluster.
- **Templates**: Deploy open-source templates (Plausible, Pocketbase, Calcom, etc.) with a single click.
2024-07-13 00:48:49 -06:00
- **Traefik Integration**: Automatically integrates with Traefik for routing and load balancing.
- **Real-time Monitoring**: Monitor CPU, memory, storage, and network usage for every resource.
2024-07-13 00:48:49 -06:00
- **Docker Management**: Easily deploy and manage Docker containers.
2024-10-23 20:18:59 -04:00
- **CLI/API**: Manage your applications and databases using the command line or through the API.
- **Notifications**: Get notified when your deployments succeed or fail (via Slack, Discord, Telegram, Email, etc.).
- **Multi Server**: Deploy and manage your applications remotely to external servers.
2024-07-13 00:48:49 -06:00
- **Self-Hosted**: Self-host Dokploy on your VPS.
2024-05-12 09:53:26 +08:00
## 🚀 Getting Started
To get started, run the following command on a VPS:
2024-05-12 09:53:26 +08:00
2024-11-10 00:28:27 -06:00
Want to skip the installation process? [Try the Dokploy Cloud](https://app.dokploy.com).
2024-05-12 09:53:26 +08:00
```bash
2026-03-08 02:00:03 -06:00
curl -sSL https://dokploy.com/install.sh | bash
2024-05-12 09:53:26 +08:00
```
2024-06-15 04:01:35 -06:00
For detailed documentation, visit [docs.dokploy.com](https://docs.dokploy.com).
2024-07-29 23:08:23 -06:00
[Github Sponsors](https://github.com/sponsors/Siumauricio)
2024-06-15 04:01:35 -06:00
2024-07-29 23:08:23 -06:00
### Contributors 🤝
2024-06-15 04:02:24 -06:00
<a href="https://github.com/dokploy/dokploy/graphs/contributors">
2025-08-02 20:38:28 +09:00
<img src="https://contrib.rocks/image?repo=dokploy/dokploy" alt="Contributors" />
2025-07-07 10:35:31 +09:00
</a>
2024-07-29 23:08:23 -06:00
2025-08-02 20:38:28 +09:00
## 📺 Video Tutorial
2024-07-29 23:08:23 -06:00
<a href="https://youtu.be/mznYKPvhcfw">
2025-07-07 10:35:31 +09:00
<img src="https://dokploy.com/banner.png" alt="Watch the video" width="400"/>
2024-06-15 04:02:24 -06:00
</a>
2025-08-02 20:38:28 +09:00
## 🤝 Contributing
2024-05-12 09:53:26 +08:00
2024-07-29 23:08:23 -06:00
Check out the [Contributing Guide](CONTRIBUTING.md) for more information.