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

Login using GitLab account #27

Open Haitianisgood opened 9 years ago

Haitianisgood commented 9 years ago

gitlab and gitlab-ci in same server,IP: 192.168.1.27

I install them as yous

when i login gitlab-ci with giltlab,it occur cant't find the site. so i change your command 'GITLAB_URL'to http://192.168.1.27:10080' like this,

docker run --name=gitlab-ci -d \ --link=postgresql-gitlab-ci:postgresql --link=redis-gitlab-ci:redisio \ --publish=10081:80 \ --env='GITLAB_CI_PORT=10081' --env='GITLAB_URL=http://192.168.1.27:10080' \ --env='GITLAB_APP_ID=d751eec561e12e78452d9fe2b7d83d04da52a110948fee8050dab02871d68fd5' --env='GITLAB_APP_SECRET=b77e629ed23af5bb8b484a95e0c57bd370fb4d0d68b2d6dce1d4d79e4d7a627e' \ --volume=/srv/docker/gitlab-ci/gitlab-ci:/home/gitlab_ci/data \ sameersbn/gitlab-ci:7.10.4

then it occur other problem: I get the following error in gitlab: The redirect uri included is not valid.

sameersbn commented 9 years ago

@Haitianisgood Please refer issue #31

almereyda commented 4 years ago

This can probably be closed.