- Docker Compose
Clone this repository using git clone
$ git clone https://github.com/Pick1a1username/gitlab_by_docker-compose.git
Create Directories required for apps.
$ cd gitlab_by_docker-compose
$ mkdir -p ./gitlab/etc/gitlab ./gitlab/var/log/gitlab ./gitlab/var/opt/gitlab
Run the apps and browse to http://localhost:8929
.
(It takes minutes to be completely up)
$ docker-compose up -d
https://docs.gitlab.com/omnibus/docker/
Any suggestions are welcome!
This project is licensed under the MIT License - see the LICENSE.md file for details