Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
8.89k stars 433 forks source link

Ability to roll back service depoyments #319

Open ErSauravAdhikari opened 3 months ago

ErSauravAdhikari commented 3 months ago

What problem will this feature address?

Add an ability to roll back service deployment such that one can if needed deploy the previous version of the service (say for a specific git hash or built image) on demand.

This will be necessary when the latest version introduced some bugs, and you want to roll back the service so as to work on it. The current system only allows for building container for the latest code changes.

Describe the solution you'd like

Ability to roll back to a previous deployment or build for specific git hash.

Something like this:

Screenshot 2024-08-04 at 9 10 53 AM

Describe alternatives you've considered

docker service rollback

Additional context

Here is an example of how an alternative; coolify handles this

Screenshot 2024-08-04 at 9 11 46 AM

And here is an example of how the alternative Caprover handles this

Screenshot 2024-08-04 at 9 12 56 AM
samuel-108 commented 3 months ago

+1

gabemcguire commented 3 months ago

+1

raflymln commented 3 months ago

+1

predragnikolic commented 3 months ago

Please don't spam with +1. Instead:

Siumauricio commented 3 months ago

Let's add this to the roadmap!

DarioLopes commented 1 month ago

Hello, any news on that? It would be the best feature :)

juandl commented 1 week ago

Hello, any update on this? :)