sameersbn / docker-gitlab-ci

Dockerfile to build a GitLab CI container image.
http://www.damagehead.com/docker-gitlab-ci/
MIT License
199 stars 51 forks source link

add GITLAB_CI_RELATIVE_URL_ROOT configuration option #3

Closed sjperkins closed 10 years ago

sjperkins commented 10 years ago

It would be good to have a relative URL option for docker-gitlab-ci (similar to docker-gitlab 65) so that configurations like the following can be possible:

http://machine/gitlab/ http://machine/gitlab-ci/

xeor commented 10 years ago

+1 on this..

Setting RAILS_RELATIVE_URL_ROOT (found in https://gitlab.com/gitlab-org/gitlab-ci/blob/master/config.ru) looks like should have worked, but didn’t.

sameersbn commented 10 years ago

@xeor @sjperkins please note that I have not tested this extensively. Adding projects and processing builds seems to work. Just let me know if you have face any issues.

P.S. Remember to update the gitlab-ci url in the ci-runner configuration.