An open API service indexing awesome lists of open source software.

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

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
```