Sha256: c7956378f37c532000e807b882a0790ff8271e0402f9f16a9a47dd5f8149cd69

Contents?: true

Size: 834 Bytes

Versions: 3

Compression:

Stored size: 834 Bytes

Contents

version: '1'

environment:
  DOCKER_RUBY_VERSION: 2.3
  RUBY_IMAGE_TAG: 2.3-latest
  REDIS_IMAGE_TAG: 4-alpine
  COMPOSE_FILE_EXT: development
  RAILS_ENV: test
  APRESS_GEMS_CREDENTIALS: ""

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

  appraisal:
    service: app
    command: bundle exec appraisal

  rspec:
    service: app
    command: bundle exec appraisal bundle exec rspec

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

provision:
  - docker volume create --name bundler_data
  - dip bundle config --local https://gems.railsc.ru/ ${APRESS_GEMS_CREDENTIALS}
  - dip clean
  - dip bundle install
  - dip appraisal install

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
resque-integration-3.8.1 dip.yml
resque-integration-3.8.0 dip.yml
resque-integration-3.7.1 dip.yml