Skip to content

An example of docker-compose to drum up local Gitlab instance

Notifications You must be signed in to change notification settings

antkudruk/local-gitlab-instance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker-compose Script to Set Up Your Own Gitlab Instance (with Blackjack and Hookers)

The docker-compose file was generaged by Llama2 Chatbot.

Pre requirements

Both Docker and Docker Compose should be installed.

Use Docke Toolbox if you have Windows Home Edition.

How to run the Gitlab instance

Use environmenr variable GITLAB_ROOT_PASSWORD to specify the password of the user root

After that, you can run the local Gitlab instance with the docker-compose command:

docker-compose up -d

After that, you can access Gitlab user interface on the port 3000 of your localhost.

How to stop the Gitlab instance

To stop your local Gitlab instance, run the ollowing command:

docker-compose down

About

An example of docker-compose to drum up local Gitlab instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published