apeeyush/Data-Analytics-Log-Manager

View on GitHub
fig.yml

Summary

Maintainability
Test Coverage
db:
  image: "postgres:9.3"
  expose:
    - 5432
web:
  build: .
  command: rails s
  volumes:
    - .:/usr/src/app
  ports:
    - "3000:3000"
  links:
    - db
  environment:
    DOCKER_FIG: true