2018-10-25 12:02:50 +02:00
2018-10-02 01:24:25 +02:00
2017-10-31 11:27:25 +01:00
2018-10-25 12:02:50 +02:00
2018-07-07 00:53:31 +02:00
2018-10-02 01:24:25 +02:00
2017-10-31 11:27:25 +01:00
2018-07-07 01:00:19 +02:00

Compose file for Gitlab Community Edition

License Docker Stars Docker Pulls

Working docker-compose.yml for official gitlab-ce docker images leveraging separate instances for services:

Made to work behind a separate automated nginx-proxy with SSL support via letsencrypt.

Quickstart

  • You can quickly start your compose gitlab instance (requires a working automated nginx_proxy compose instance)
git clone git@github.com:mgcrea/docker-compose-gitlab-ce.git gitlab; cd $_
cp .env.default .env; nano .env
make
docker-compose up -d

Check postgres bundled version

source .env
docker run --rm -it gitlab/gitlab-ce:${GITLAB_CE_VERSION} postgres --version

Templates

Description
Compose file for Gitlab Community Edition
Readme MIT 53 KiB
Languages
Ruby 88%
Makefile 9.4%
Shell 2.6%