Sha256: dec3ffa14ec5c287f5a323b207f7da6e4698d1d2026131d48831743e55c76e75

Contents?: true

Size: 398 Bytes

Versions: 4

Compression:

Stored size: 398 Bytes

Contents

version: '2'
services:
  base: &base
    image: ruby:2.4.0
    working_dir: /home/app/arstotzka
    volumes:
      - .:/home/app/arstotzka
      - arstotzka_gems_2_4_0:/usr/local/bundle

  #################### CONTAINERS ####################

  arstotzka:
    <<: *base
    container_name: arstotzka
    command: /bin/bash -c 'bundle install && bundle exec rspec'

volumes:
  arstotzka_gems_2_4_0:

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
arstotzka-1.0.3 docker-compose.yml
arstotzka-1.0.2 docker-compose.yml
arstotzka-1.0.1 docker-compose.yml
arstotzka-1.0.0 docker-compose.yml