Sha256: 5c4bfbb126fd3d3baea536c0e22cd5e7155f8292b256f7391632139579febc90

Contents?: true

Size: 665 Bytes

Versions: 1

Compression:

Stored size: 665 Bytes

Contents

version: '1'

environment:
  DOCKER_RUBY_VERSION: 2.2
  RUBY_IMAGE_TAG: 2.2-latest
  REDIS_IMAGE_TAG: 4-alpine
  COMPOSE_FILE_EXT: development
  RAILS_ENV: test

compose:
  files:
    - docker-compose.yml
    - docker-compose.${COMPOSE_FILE_EXT}.yml

interaction:
  sh:
    service: app

  irb:
    service: app
    command: irb

  bundle:
    service: app
    command: bundle

  rake:
    service: app
    command: bundle exec rake

  rspec:
    service: app
    command: bundle exec rspec

  clean:
    service: app
    command: rm -f Gemfile.lock gemfiles/*.gemfile.*

provision:
  - docker volume create --name bundler_data
  - dip clean
  - dip bundle install

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis_counters-1.5.1 dip.yml