blob: 917ed2b5b6c55d68d5733f874af5e4dc234f2cbd [file] [log] [blame]
Filip Pytloun96fc0cc2016-08-29 16:01:10 +02001docker:
2 client:
3 enabled: true
4 container:
5 jenkins:
6 # Don't start automatically
7 start: false
8 restart: unless-stopped
9 image: jenkins:2.7.1
10 ports:
11 - 8081:8080
12 - 50000:50000
13 environment:
14 JAVA_OPTS: "-Dhudson.footerURL=https://www.example.com"
15 volumes:
16 - /srv/volumes/jenkins:/var/jenkins_home
Martin Polreich48ae3e12017-04-13 10:53:32 +020017 compose:
18 source:
19 engine: pip