Last active
February 1, 2018 17:25
-
-
Save twasink/6ecf096a8f83cd30b2513be2949817ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data: | |
build: jenkins-data | |
master: | |
build: jenkins-master | |
volumes: | |
- .:/backup | |
volumes_from: | |
- data | |
ports: | |
- "50000:50000" | |
nginx: | |
build: jenkins-nginx | |
ports: | |
- "${HTTP_PORT}:80" # Need to make this configurable, as we'll want 80:80 in 'prod' environments | |
links: | |
- master:jenkins-master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment