Add initial configuration
This commit is contained in:
commit
29a27b14fe
2855
config/gitlab.rb
Normal file
2855
config/gitlab.rb
Normal file
File diff suppressed because it is too large
Load Diff
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user