Sha256: 70001eaff9fdaaf235637aafae8c063b5df37eaf0c742e86054d383c8bced6e2

Contents?: true

Size: 523 Bytes

Versions: 2

Compression:

Stored size: 523 Bytes

Contents

version: '1'

environment:
  DOCKER_RUBY_VERSION: 2.2
  RUBY_IMAGE_TAG: 2.2-1
  COMPOSE_FILE_EXT: development

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

  rspec:
    service: app
    command: bundle exec rspec

  clean:
    service: app
    command: rm -f Gemfile.lock

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sysloggable-0.2.0 dip.yml
sysloggable-0.1.0 dip.yml