Skip to content

Instantly share code, notes, and snippets.

@DennisSchwartz
Created May 24, 2018 13:06
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 DennisSchwartz/bd9126b190e11c72b1310d886eba8841 to your computer and use it in GitHub Desktop.
Save DennisSchwartz/bd9126b190e11c72b1310d886eba8841 to your computer and use it in GitHub Desktop.
Docker environment trying to run DAT
version: '2'
services:
analysis-orchestration:
command: /bin/sh -c "npm i && npm run make && npm run startDev"
image: node:8
working_dir: /opt
volumes:
- .:/opt
environment:
DB_URI: postgres://repositive:repositive@postgres:5432/analysis
ports:
- 3210:3000
- 3282:3282/tcp
- 3282:3282/udp
- 8887:8887/tcp
- 8887:8887/udp
networks:
- service
- rabbit
- postgres
networks:
service:
rabbit:
external:
name: infra_rabbit
postgres:
external:
name: infra_postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment