Sha256: 2cd103d84af81d7d1c82299ab46c27f0ecfb3a8efad970fac69d9cb885b2f6d3
Contents?: true
Size: 512 Bytes
Versions: 1
Compression:
Stored size: 512 Bytes
Contents
version: '2' services: base: build: . env_file: - docker.env volumes: - .:/sidekiq-atomic image: sidekiq-atomic test: extends: service: base command: bin/test depends_on: - redis ports: - 3000:3000 volumes_from: - bundle redis: image: redis:3.2-alpine ports: - 6379:6379 volumes: - redis:/var/lib/redis/data bundle: image: tianon/true volumes: - bundle:/bundle volumes: redis: bundle:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
atomic-sidekiq-1.3.0 | docker-compose.yml |