Skip to content

Instantly share code, notes, and snippets.

@r7kamura
Created December 7, 2017 08:54
Show Gist options
  • Save r7kamura/bce688ca3a50aad304b21fcb2b19b48f to your computer and use it in GitHub Desktop.
Save r7kamura/bce688ca3a50aad304b21fcb2b19b48f to your computer and use it in GitHub Desktop.
version: "2"
services:
node:
build:
context: .
dockerfile: ./docker/node/Dockerfile
volumes:
- node_modules:/app/node_modules
rails:
build:
context: .
dockerfile: ./docker/rails/Dockerfile
volumes:
- bundle:/bundle
volumes:
bundle:
driver: local
node_modules:
driver: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment