Giter Club home page Giter Club logo

Comments (7)

486 avatar 486 commented on August 16, 2024 1

Hi, you are doing amazing work and I still didn't get around to check it out which is an absolute shame. I will report back very soon, promise.

from docker-compose-ui.

francescou avatar francescou commented on August 16, 2024

Hello,

thank you for your suggestion.
I am interested in exploring a solution like this, I would like to ask you some question about your current workflow.
If you want add me on skype francesco.uliana and we can discuss about this.

Thanks

from docker-compose-ui.

francescou avatar francescou commented on August 16, 2024

I'm working on a prototype to manage docker-compose projects from a git repository, see branch gitrepo or run:

docker run -p 5000:5000 -e GIT_REPO=https://github.com/francescou/docker-continuous-deployment.git -v /var/run/docker.sock:/var/run/docker.sock  francescou/docker-compose-ui:gitrepo

from docker-compose-ui.

486 avatar 486 commented on August 16, 2024

That sounds amazing! I didn't get around to contact you, sorry for that. I will try that branch ASAP.

from docker-compose-ui.

WTFKr0 avatar WTFKr0 commented on August 16, 2024

Im interested in this too 👍

from docker-compose-ui.

francescou avatar francescou commented on August 16, 2024

Hi @486 and @WTFKr0

I've updated the gitrepo branch

tested against github and a private gitlab instance repositories, it seems to work fine, e.g.

docker run --rm --name docker-compose-ui -p 5000:5000 \
  -v /var/run/docker.sock:/var/run/docker.sock  \
  -e GIT_REPO=http://username:[email protected]/devops/docker-compose-dev.git \
  francescou/docker-compose-ui:gitrepo

feedback is welcome!

from docker-compose-ui.

francescou avatar francescou commented on August 16, 2024

released in 0.18, instructions:

docker run \
--name docker-compose-ui \
-p 5000:5000 \
-v /var/run/docker.sock:/var/run/docker.sock  \
-e GIT_REPO=https://github.com/francescou/docker-compose-ui.git \
francescou/docker-compose-ui:0.18

from docker-compose-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.