Skip to content

Instantly share code, notes, and snippets.

@masone
Created April 19, 2016 11:36
Show Gist options
  • Save masone/105aa2b8c35096fdc0cdb35a38e37777 to your computer and use it in GitHub Desktop.
Save masone/105aa2b8c35096fdc0cdb35a38e37777 to your computer and use it in GitHub Desktop.
server:
build: .
dockerfile: Dockerfile
volumes:
- ./:/app
- /app/node_modules
ports:
- 9090:9090
links:
- postgres
- elasticsearch
environment:
ENVIRONMENT: 'local'
entrypoint: ["/sbin/dumb-init", "/app/bin/start-in-docker.sh"]
command: ["node", "index.js"]
postgres:
image: livingdocs/postgres:latest
elasticsearch:
image: livingdocs/elasticsearch:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment