docker-compose: define GITLAB_PORT and GITLAB_SSH_PORT environment variables

This commit is contained in:
Sameer Naik 2015-05-08 22:53:59 +05:30
parent 1ab8cdb262
commit ce3268f1bd

View File

@ -12,5 +12,8 @@ gitlab:
ports:
- "10080:80"
- "10022:22"
environment:
- GITLAB_PORT=10080
- GITLAB_SSH_PORT=10022
redis:
image: sameersbn/redis:latest