Add initial configuration

This commit is contained in:
Tanguy Herbron 2021-10-04 16:54:38 +02:00
commit 29a27b14fe
2 changed files with 2872 additions and 0 deletions

2855
config/gitlab.rb Normal file

File diff suppressed because it is too large Load Diff

17
docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
version: "3.2"
services:
web:
image: "therbron/gitlab-arm:14.3.1"
restart: unless-stopped
hostname: "10.11.0.6"
ports:
- "80:80"
- "443:443"
- "2244:22"
- "5050:5050"
volumes:
- ./config:/etc/gitlab
- ./logs:/var/log/gitlab
- ./data:/var/opt/gitlab
- ./docker:/etc/docker