mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
31077bd2c4834a4e059689f0964e8fc1dee1b0a2
ss -tulnp | grep ':PORT ' instead of lsof -i :PORT
On GCP instances lsof -i gives false positive about port usage. Using ss -tulnp fixes this
Dokploy
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.
🌟 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:
curl -sSL https://dokploy.com/install.sh | sh
Tested Systems:
- Ubuntu 20.04
- Debian 11
📄 Documentation
For detailed documentation, visit docs.dokploy.com/docs.
Description
Languages
TypeScript
98.6%
Go
1.1%
CSS
0.1%
