Skip to content

densitylabs/docker-gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a docker image that allows you to setup gitlab using environment variables.

for instance you can setup smtp like this:

GITLAB_SMTP_ENABLE=true
GITLAB_SMTP_ADDRESS="smtp.server"
GITLAB_SMTP_PORT=456
GITLAB_SMTP_USER_NAME="smtp user"
GITLAB_SMTP_PASSWORD="smtp password"
GITLAB_SMTP_DOMAIN="example.com"

Read gitlab documentation:

If you are using an existing docker image gitlab.rb is inside of the config volume. You need to copy it inside the volume. You can do it like this:

docker run -ti framallo/gitlab cp /gitlab.rb /etc/gitlab/gitlab.rb

Last, remember to run gitlab-ctl reconfigure every time you change the config file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages