Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Nielio's full-sized avatar
🍻

Konrad Klockgether Nielio

🍻
View GitHub Profile
@Nielio
Nielio / compose.yml
Last active April 19, 2024 08:49
Gitlab CE with build in Container Registry behind Traefik 2 with Letsencrypt
version: "3.6"
services:
gitlab:
image: gitlab/gitlab-ce
volumes:
- gitlab-data:/var/opt/gitlab
- gitlab-logs:/var/log/gitlab
- gitlab-config:/etc/gitlab
networks:
- traefik-public