Sha256: e2efe27b15409b1236d8ae161ceb8b3000a2cd21d8580efbeefb5a3623a7bd35
Contents?: true
Size: 384 Bytes
Versions: 1
Compression:
Stored size: 384 Bytes
Contents
version: "3.7" services: ruby-2-6: &ruby build: context: . args: RUBY_VERSION: 2.6.0 volumes: - vendor:/vendor working_dir: /app ruby-2-5: <<: *ruby build: context: . args: RUBY_VERSION: 2.5.3 ruby-2-4: <<: *ruby build: context: . args: RUBY_VERSION: 2.4.5 volumes: home: vendor:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yaml_path-0.1.0 | docker-compose.yml |