Skip to content

Instantly share code, notes, and snippets.

@acombe
acombe / K3s schema
Created February 18, 2025 13:14
K3s schema
Schema k3s en commentaire
@acombe
acombe / docker-compose.yml
Last active February 15, 2026 19:39
Docker-compose for Gitlab
version: '3.7'
services:
gitlab-web:
image: 'gitlab/gitlab-ce:18.8.4-ce.0'
container_name: gitlab-web
hostname: gitlab-web
environment:
GITLAB_OMNIBUS_CONFIG: |
registry['enable'] = true
registry_external_url 'http://localhost:4567'