Skip to content

Instantly share code, notes, and snippets.

@navferty
navferty / docker-compose.yml
Created June 25, 2024 17:06 — forked from denisxab/docker-compose.yml
Настройка собственного GitLab CI/CD сервера с помощью Docker Compose
version: "3.5"
services:
gitlab:
image: gitlab/gitlab-ce:latest
hostname: "localhost"
restart: unless-stopped
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://localhost'
gitlab_rails['gitlab_shell_ssh_port'] = 8822