Sha256: db85915483f280b513fc3cd8cb281784b8f80c8dccdf4f3573870aef2c1a6893

Contents?: true

Size: 336 Bytes

Versions: 4

Compression:

Stored size: 336 Bytes

Contents

version: '2'

services:
  app:
    image: abakpress/ruby-app:$RUBY_IMAGE_TAG
    environment:
      - BUNDLE_PATH=/bundle/$DOCKER_RUBY_VERSION
      - TEST_REDIS_HOST=redis
    command: bash
    volumes:
      - .:/app
    depends_on:
      - redis

  redis:
    image: redis:$REDIS_IMAGE_TAG
    command: 'redis-server --bind 0.0.0.0'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
resque-integration-3.8.2 docker-compose.yml
resque-integration-3.8.1 docker-compose.yml
resque-integration-3.8.0 docker-compose.yml
resque-integration-3.7.1 docker-compose.yml