Skip to content

Instantly share code, notes, and snippets.

View azeez-ahmad's full-sized avatar
🎯
Focusing

azeez-ahmad azeez-ahmad

🎯
Focusing
View GitHub Profile
@azeez-ahmad
azeez-ahmad / docker-compose.yml
Created January 26, 2024 01:15 — forked from benoitpetit/docker-compose.yml
complete Gitlab installation and a runner with docker
version: '4.5'
services:
# GITLAB
gitlab-web:
image: 'gitlab/gitlab-ce:latest'
restart: always
container_name: gitlab-web
hostname: '192.168.0.14'
environment: