mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
docs: add rollbacks feature to deployment tools comparison table and update GitHub stars count
This commit is contained in:
@@ -25,6 +25,7 @@ Comparison of the following deployment tools:
|
||||
| **Notifications** | ✅ | ❌ | ❌ | ✅ |
|
||||
| **Multi Server Support** | ✅ | ❌ | ❌ | ✅ |
|
||||
| **Open Source Templates** | ✅ | ✅ | ❌ | ✅ |
|
||||
| **Rollbacks** | ✅ | ✅ | ❌ | ✅ |
|
||||
| **Shared Enviroment Variables** | ✅ | ❌ | ❌ | ✅ |
|
||||
| **Schedules Jobs** | ✅ | ❌ | ❌ | ✅ |
|
||||
| **Cloudflare Tunnels** | ❌ | ❌ | ❌ | ✅ |
|
||||
|
||||
@@ -4,7 +4,7 @@ import { useId } from "react";
|
||||
import NumberTicker from "./ui/number-ticker";
|
||||
|
||||
const statsValues = {
|
||||
githubStars: 20000,
|
||||
githubStars: 21000,
|
||||
dockerDownloads: 1500000,
|
||||
contributors: 170,
|
||||
sponsors: 50,
|
||||
|
||||
Reference in New Issue
Block a user