Docker-compose: ability to rollback to a previous deployment
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
Currently, when you create a service, if that service is of type Dockerfile, you can rollback to a previous deployment. In the deployment tab, you see "Rollback"
But if the service is of type "Docker compose", then this option is not available.
Thing is, most deployments are of type Docker Compose, especially on Dokploy, since you always have to configure traefik to serve the service.
Therefore, most users will not be able to use the rollback button. It would be great to have this feature for docker-compose services.
Describe the solution you'd like
Docker-compose: ability to rollback to a previous deployment
Describe alternatives you've considered
nothing
Additional context
No response
Will you send a PR to implement it?
No
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by tracing how the deployment tab provides rollback for Dockerfile services, then compare the Docker Compose deployment path. Done means Docker Compose services offer a rollback option to a previous deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100