Sha256: adfde4cb9e91b13dbefc06b5b04d1bc5f17cb057f88b45b48fac2e65663aada4
Contents?: true
Size: 466 Bytes
Versions: 1
Compression:
Stored size: 466 Bytes
Contents
services: ruby: image: ${RUBY_DOCKER_IMAGE:-ruby}:${RUBY_VERSION:-3.3} environment: HISTFILE: /app/tmp/.bash_history BUNDLE_PATH: /usr/local/bundle BUNDLE_CONFIG: /app/.bundle/config prometheus_multiproc_dir: ./tmp command: bash working_dir: /app volumes: - .:/app:cached - ${RUBYGEMS_PATH:-..}:/app/vendor/gems:cached - bundler_data:/usr/local/bundle tmpfs: - /tmp volumes: bundler_data:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sbmt-strangler-0.9.1 | docker-compose.yml |