Skip to content

Files

Latest commit

 

History

History

gitlab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

GitLab

Requirements

  • Docker
  • Docker-compose
  • traefik as a reverse proxy in front of it

Setup

.env file

Change the domain in the .env file.

DOMAIN="example.com"

Start

$ cd gitlab
$ docker-compose up -d

or

./docker.sh -S gitlab -r

Done. Now open https://git.example.com

Source