add docker-compose.yml

This commit is contained in:
Victor Vitayaudom 2015-08-22 11:41:31 -05:00
parent 9395d3fdd7
commit 06dd4e6ec4
1 changed files with 9 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
master:
build: .
environment:
JAVA_OPTS: "-Djava.awt.headless=true"
ports:
- "50000:50000"
- "8080:8080"
volumes:
- /var/jenkins_home