Skip to content

Instantly share code, notes, and snippets.

@zachflower
Last active August 24, 2016 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachflower/68e894877e3483c48a49fd869d792d7c to your computer and use it in GitHub Desktop.
Save zachflower/68e894877e3483c48a49fd869d792d7c to your computer and use it in GitHub Desktop.
Codeship Multiple Services
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