Sha256: 13188f0f84913e9c524983a099a3a043cdf14e5bc020e67b8064a03769466554

Contents?: true

Size: 515 Bytes

Versions: 6

Compression:

Stored size: 515 Bytes

Contents

version: "3.9"

services:
  gem:
    build:
      context: .
      target: builder
    volumes:
      - ./:/gem:cached
      - ~/.ssh:/root/.ssh
      - ~/.bash_history:/root/.bash_history
      - bundle_cache:/bundle_cache
    environment:
      - BUNDLE_PATH=/bundle_cache
      - GEM_HOME=/bundle_cache
      - GEM_PATH=/bundle_cache

  bundle_cache:
    image: busybox
    volumes:
      - bundle_cache:/bundle_cache

volumes:
  bundle_cache:
  public:

networks:
  default:
    name: 'uffizzi_default_network'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
uffizzi-cli-0.3.7 docker-compose.yml
uffizzi-cli-0.3.6 docker-compose.yml
uffizzi-cli-0.3.5 docker-compose.yml
uffizzi-cli-0.3.4 docker-compose.yml
uffizzi-cli-0.3.3 docker-compose.yml
uffizzi-cli-0.3.2 docker-compose.yml