https://github.com/nguyenantoine/gitlab
Docker-compose for gitlab
https://github.com/nguyenantoine/gitlab
docker-compose gitlab
Last synced: about 2 months ago
JSON representation
Docker-compose for gitlab
- Host: GitHub
- URL: https://github.com/nguyenantoine/gitlab
- Owner: NguyenAntoine
- Created: 2018-12-15T23:10:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T15:56:24.000Z (over 7 years ago)
- Last Synced: 2025-02-27T03:50:01.498Z (over 1 year ago)
- Topics: docker-compose, gitlab
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitLab docker-compose
[Using GitLab Docker Image](https://docs.gitlab.com/omnibus/docker/)
## Installation
Create the `.env` file from [.env.dist](.env.dist) example with the
environment variables from [docker let's encrypt nginx proxy](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion/wiki/Basic-usage)
```bash
docker-compose up -d
```
## Update docker images
```bash
./updateDockerImages.sh
```