docker-compose.yml: added GITLAB_HTTPS and SSL_SELF_SIGNED params

This commit is contained in:
Sameer Naik 2016-06-01 09:09:16 +05:30
parent b08eedbec8
commit abb24d0e38

View File

@ -47,6 +47,9 @@ services:
- TZ=Asia/Kolkata
- GITLAB_TIMEZONE=Kolkata
- GITLAB_HTTPS=false
- SSL_SELF_SIGNED=false
- GITLAB_HOST=localhost
- GITLAB_PORT=10080
- GITLAB_SSH_PORT=10022