mirror of
https://github.com/mgcrea/docker-compose-gitlab-ce.git
synced 2025-07-20 18:34:21 +00:00
2112245a72893585189a4bbb0d3cc487c2c4c562
Compose file for Gitlab Community Edition
Working docker-compose.yml
for official gitlab-ce docker images leveraging separate instances for services:
- Uses official postgres docker image
- Uses official redis docker image
- Comes with a gitlab-runner instance
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 -o git@github.com:mgcrea/docker-compose-gitlab-ce; cd $_
cp .env.default .env; nano .env
docker-compose up -d
Check postgres bundled version
source .env
docker run --rm -it gitlab/gitlab-ce:${GITLAB_CE_VERSION} postgres --version
Related Documentation
Languages
Ruby
88%
Makefile
9.4%
Shell
2.6%