Created
April 19, 2016 11:36
-
-
Save masone/105aa2b8c35096fdc0cdb35a38e37777 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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