Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 405 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 405 Bytes

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