mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
* Added Russian Readme * Added Russian Path on README.md * Update README-zh.md linked Russian Language * Update README-zh.md * Update README-de.md and Linked Russian Language
52 lines
1.5 KiB
Markdown
52 lines
1.5 KiB
Markdown
|
|
|
|
<div align="center">
|
|
<h1 align="center">Dokploy</h1>
|
|
</div>
|
|
|
|
<div align="center" style="width:100%;">
|
|
<img src="https://raw.githubusercontent.com/Dokploy/dokploy/main/logo.png" alt="Reflex Logo" style="width:60%;">
|
|
</div>
|
|
<hr>
|
|
|
|
|
|
|
|
Dokploy is a free self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases using Docker and Traefik. Designed to enhance efficiency and security, Dokploy allows you to deploy your applications on any VPS.
|
|
|
|
|
|
|
|
## Explanation
|
|
[English](README.md) | [中文](README-zh.md) | [Deutsch](README-de.md) | [Русский Язык](README-ru.md)
|
|
|
|
|
|
|
|
|
|
## 🌟 Features
|
|
|
|
- **Applications**: Deploy any type of application (Node.js, PHP, Python, Go, Ruby, etc.) with ease.
|
|
- **Databases**: Create and manage databases with support for MySQL, PostgreSQL, MongoDB, MariaDB, Redis, and more.
|
|
- **Docker Management**: Easily deploy and manage Docker containers.
|
|
- **Traefik Integration**: Automatically integrates with Traefik for routing and load balancing.
|
|
- **Real-time Monitoring**: Monitor CPU, memory, storage, and network usage.
|
|
- **Database Backups**: Automate backups with support for multiple storage destinations.
|
|
|
|
|
|
## 🚀 Getting Started
|
|
|
|
To get started run the following command in a VPS:
|
|
|
|
|
|
```bash
|
|
curl -sSL https://dokploy.com/install.sh | sh
|
|
```
|
|
|
|
Tested Systems:
|
|
|
|
- Ubuntu 20.04
|
|
- Debian 11
|
|
|
|
## 📄 Documentation
|
|
|
|
For detailed documentation, visit [docs.dokploy.com/docs](https://docs.dokploy.com).
|
|
|