Sha256: 0705a689a4bc42b3fbf17f9fcea8b7939448b988b1d0a9b5b39f568b685ea0eb
Contents?: true
Size: 578 Bytes
Versions: 58
Compression:
Stored size: 578 Bytes
Contents
version: '2' services: appstore: image: gooddata/appstore build: context: . dockerfile: Dockerfile.jruby links: - localstack environment: - GD_ENV - GDC_LOG_LEVEL - JRUBY_OPTS=-J-Xmx1g - GD_SPEC_PASSWORD - VCR_ON volumes: - .:/src volumes_from: - bundle mem_limit: 2500m localstack: image: hahihula/localstack_dockerfile container_name: testbucket.localstack expose: - "4572" environment: - SERVICES=s3:4572 bundle: image: busybox volumes: - /bundle
Version data entries
58 entries across 58 versions & 1 rubygems