Skip to content

Instantly share code, notes, and snippets.

View njoerd114's full-sized avatar
👨‍💻
getting shit done

Niklas Beinghaus njoerd114

👨‍💻
getting shit done
View GitHub Profile
@njoerd114
njoerd114 / docker-compose.yml
Created June 18, 2021 10:42 — forked from ShakataGaNai/docker-compose.yml
Docker Compose for GitLab EE
gitlab:
image: 'gitlab/gitlab-ee:latest'
restart: always
hostname: 'gitlab.mycompany.tld'
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'https://gitlab.mycompany.tld'
# https://docs.gitlab.com/omnibus/settings/ssl.html
letsencrypt['enable'] = true
letsencrypt['auto_renew'] = true