Skip to content

Instantly share code, notes, and snippets.

@mbilski
Created July 26, 2016 08:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbilski/6f1910bf538575e033cedb1a15f7391c to your computer and use it in GitHub Desktop.
Save mbilski/6f1910bf538575e033cedb1a15f7391c to your computer and use it in GitHub Desktop.
services:
play:
image: ingensi/play-framework
ports:
- 9000:9000
links:
- eventstore
volumes:
- .:/app
volumes_from:
- sbt
stdin_open: true
command: activator run
eventstore:
image: eventstore/eventstore
ports:
- 2113:2113
- 1113:1113
sbt:
image: centos
volumes:
- ~/.ivy2:/root/.ivy2:rw
- ~/.ivy2:/home/docker/.ivy2:rw
- ~/.sbt:/root/.sbt:rw
- ~/.sbt:/home/docker/.sbt:rw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment