mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-25 06:49:31 +01:00
update gitlab
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
gitlab:
|
||||
image: gitlab/gitlab-ce
|
||||
hostname: gitlab.example.com
|
||||
hostname: git.example.com
|
||||
environment:
|
||||
GITLAB_OMNIBUS_CONFIG: |
|
||||
external_url 'https://gitlab.example.com'
|
||||
external_url 'https://git.example.com'
|
||||
nginx['redirect_http_to_https'] = true
|
||||
ports:
|
||||
- "22:22"
|
||||
- "80:80"
|
||||
|
||||
Reference in New Issue
Block a user