🚀 Feature Request Ability to push the composer stacks to git repository #209
Closed
snapshotleisure
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🏷️ Feature Request Type
API, UI Feature
🔖 Feature description
It would be good to be able to push the composer files to a git repo from the Dockge UI rather than having to use git via cli from the compose directory. I feel it would integrate well into the workflow with Portainer, as Portainer has the ability pull down and update stacks from a git repo.
It makes sense for Dockge to be used to develop and create the stack and then have it push to git repo, where portainer can pull it down. so Dockge (for development) Portainer for production environment.
Also allows people to roll back and have version control of the stacks from the Dockge UI.
✔️ Solution
Integrate Dockge with git to allow the compose stacks to be managed via git and also able to push to remote git repo.
❓ Alternatives
I can do the same by just initializing a git repository in the stacks directory and perform all the functions out of Dockge, it is just clunky to do it that way. Dockge was built with the focus of user experience, I believe by integrating Git it provides a single UI to provide all those functions. It also becomes a component which supplements Portainer.
📝 Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions