Dallinger/Dallinger

View on GitHub
dallinger/docker/heroku.yml

Summary

Maintainability
Test Coverage
build:
  docker:
    web: Dockerfile
run:
  web:
    command:
      - dallinger_heroku_web
    image: web
  worker:
    command:
      - dallinger_heroku_worker
    image: web
  clock:
    command:
      - dallinger_heroku_clock
    image: web