Merge pull request #803 from activeobjects/master

Added support for jenkins official container
This commit is contained in:
Mahmoud Zalt
2017-04-13 11:48:57 -04:00
committed by GitHub
26 changed files with 1459 additions and 0 deletions

View File

@ -146,6 +146,11 @@ VARNISH_PROXY2_SERVER=SERVER2
### HAPROXY Container
HAPROXY_HOST_HTTP_PORT=8085
### JENKINS Container
JENKINS_HOST_HTTP_PORT=8090
JENKINS_HOST_SLAVE_AGENT_PORT=50000
JENKINS_HOME=./jenkins/jenkins_home
### MISC
# Replace with your Docker Host IP (will be appended to /etc/hosts)
DOCKER_HOST_IP=10.0.75.1