Skip to content

Instantly share code, notes, and snippets.

@chocopowwwa
Last active May 9, 2017 03:57
Show Gist options
  • Select an option

  • Save chocopowwwa/3fd2a22ce85e76194e8ea1508ec4f182 to your computer and use it in GitHub Desktop.

Select an option

Save chocopowwwa/3fd2a22ce85e76194e8ea1508ec4f182 to your computer and use it in GitHub Desktop.
Yarn Compose
version : '2'
services:
yarn:
image: containership/alpine-node-yarn
ports:
- "8080:8080"
working_dir: /code
logging:
driver: "json-file"
options:
labels: 'yarn_development_logs'
max-size: '10m'
max-file: '3'
command: yarn run hot
volumes:
- /home/your/path:/code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment