Sha256: 5831872a612cf9c92a9bd31fce2e913bc5f4e29e5259fad48b5a3887c60fb2bb

Contents?: true

Size: 265 Bytes

Versions: 4

Compression:

Stored size: 265 Bytes

Contents

version: "3.6"

volumes:
  bundle:

services:
  gem:
    build: .
    volumes:
      - .:/workspace
      - bundle:/usr/local/bundle
      - $HOME/.ssh:/root/.ssh:ro
      - $HOME/.gitconfig:/root/.gitconfig:ro
      - $HOME/.gem/credentials:/root/.gem/credentials

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mixpal-0.5.0 docker-compose.yml
mixpal-0.4.2 docker-compose.yml
mixpal-0.4.1 docker-compose.yml
mixpal-0.4.0 docker-compose.yml