Skip to content

Docker Compose file for a fully running Gitlab (Gitlab and Gitlab Runner)

Notifications You must be signed in to change notification settings

Kwadz/full-gitlab-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Full GitLab (with Runner) on Docker Compose

  1. Add gitlab.local in your /etc/hosts file.

  2. Start the containers: docker-compose up -d

  3. Register your first user at http://gitlab.local:8090

  4. Get the token to register your runner at http://gitlab.local:8090/admin/runners

  5. Edit register-gitlab-runner.sh to replace the token value by yours.

  6. Register your Runner by execute the file: ./register-gitlab-runner.sh

Enjoy full GitLab locally!

About

Docker Compose file for a fully running Gitlab (Gitlab and Gitlab Runner)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages