Skip to content

Instantly share code, notes, and snippets.

@bka9
Created November 16, 2014 23:29
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 bka9/24c9ddf731bfd65971a0 to your computer and use it in GitHub Desktop.
Save bka9/24c9ddf731bfd65971a0 to your computer and use it in GitHub Desktop.
Fig Configuration
web:
build: .
command: activator run
ports:
- "9000:9000"
- "3000:3000"
volumes:
- .:/code
links:
- mongo
environment:
- MONGO_DB=dbName
- MONGO_URL=mongodb://mongo:27017
- REPORTS_TOKEN=reportsToken
mongo:
image: dockerfile/mongodb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment