Last active
August 24, 2016 06:47
-
-
Save zachflower/68e894877e3483c48a49fd869d792d7c to your computer and use it in GitHub Desktop.
Codeship Multiple Services
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
build: | |
build: | |
image: app | |
dockerfile_path: Dockerfile | |
cached: true | |
volumes_from: | |
- data | |
test: | |
build: | |
image: app | |
dockerfile_path: Dockerfile | |
cached: true | |
volumes_from: | |
- data | |
data: | |
image: busybox | |
volumes: | |
- ./vendor:/app/vendor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment