Giter Site home page Giter Site logo

Add a docker-compose stack about gitpab HOT 3 CLOSED

zubroide avatar zubroide commented on July 20, 2024
Add a docker-compose stack

from gitpab.

Comments (3)

mnvx avatar mnvx commented on July 20, 2024

@nkprince007 I has added docker-compose and instructions into readme. I well be pleasant if you will try to deploy project and give me feedback if problems will occurs.

Installation using docker

You may obtain needed project ids from gitlab Api:
https://gitlab.com/api/v4/projects?private_token=your_private_token&membership=1

Clone this repo and run containers from docker folder:

git clone [email protected]:zubroide/gitpab.git
cd gitpab/docker
export token="your_gitlab_private_token" \
    && export projects="project_id1,project_id2" \
    && docker-compose up --build app

Be patient. Loading data from Gitlab may take tens minutes at first time.

Open url http://127.0.0.1:8010
And enter
login admin@admin
password admin

from gitpab.

nkprince007 avatar nkprince007 commented on July 20, 2024

Uhm, thanks for the info. But, isn't the point of docker-compose having multiple smaller services? Shouldn't the webserver be separated from the actual application server, as in nginx separated from php?

from gitpab.

mnvx avatar mnvx commented on July 20, 2024

Yes, it would be better to separate app/Dockerfile to php, nginx and cron, but currently I have not time for it. If you would do it, it would be great.

from gitpab.

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.