LearnersGuild/echo

View on GitHub
codeship-services.yml

Summary

Maintainability
Test Coverage
app:
  build:
    image: learnersguild/echo-test
    dockerfile_path: Dockerfile
  links:
    - rethinkdb
  encrypted_env_file: app.env.encrypted
  environment:
    - RETHINKDB_URL=rethinkdb://rethinkdb:28015/echo_test
rethinkdb:
  image: rethinkdb:2.3
herokudeployment:
  image: codeship/heroku-deployment
  encrypted_env_file: herokudeployment.env.encrypted
  volumes:
    - ./:/deploy
cache:
  image: rethinkdb:2.3
  image: codeship/heroku-deployment:latest