2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

update gitlab

This commit is contained in:
kev
2016-09-02 10:27:40 +08:00
parent 44e2f60603
commit eaa75b551f
2 changed files with 30 additions and 16 deletions

View File

@@ -4,11 +4,10 @@ gitlab:
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'https://git.example.com'
nginx['redirect_http_to_https'] = true
gitlab_rails['gitlab_shell_ssh_port'] = 2222
ports:
- "22:22"
- "80:80"
- "443:443"
- "2222:22"
volumes:
- ./gitlab/config:/etc/gitlab
- ./gitlab/logs:/var/log/gitlab