Sha256: 87d22beacd6389272117677ec4c13de71f0cd92ed123b156d0337e8514016136

Contents?: true

Size: 297 Bytes

Versions: 12

Compression:

Stored size: 297 Bytes

Contents

version: '3.4'

services:
  app:
    image: ruby:latest
    environment:
      - BUNDLE_PATH=/bundle
      - BUNDLE_CONFIG=/app/.bundle/config
    command: bash
    working_dir: /app
    volumes:
      - .:/app:cached
      - bundler_data:/bundle
    tmpfs:
      - /tmp

volumes:
  bundler_data:

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
yabeda-http_requests-0.2.1 docker-compose.yml
yabeda-prometheus-mmap-0.4.0 docker-compose.yml
sniffer-0.5.0 docker-compose.yml
yabeda-prometheus-mmap-0.3.0 docker-compose.yml
yabeda-prometheus-mmap-0.2.0 docker-compose.yml
yabeda-prometheus-mmap-0.1.2 docker-compose.yml
yabeda-http_requests-0.2.0 docker-compose.yml
yabeda-prometheus-mmap-0.1.1 docker-compose.yml
yabeda-http_requests-0.1.2 docker-compose.yml
yabeda-http_requests-0.1.1 docker-compose.yml
yabeda-prometheus-mmap-0.1.0 docker-compose.yml
yabeda-http_requests-0.1.0 docker-compose.yml