Sha256: 8272e380fa4defb0cd9894dae38674b9792ce0473d7e3db850622ef2e474f1a8

Contents?: true

Size: 463 Bytes

Versions: 2

Compression:

Stored size: 463 Bytes

Contents

version: '3'

services:

  # Required for manual testing against a real Redis process.
  redis:
    image: "redis:3.2"
    command: redis-server --appendonly yes

  # The project was started due to the high performance of the
  # Sequel + jdbc-postgres combo when compared with the performance
  # of the existing Redis libraries on JRuby.
  pg:
    image: "postgres:9.6.10"

  gem:
    build: .
    links:
      - "redis:redis"
      - "pg:pg"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
haj-0.0.2 docker-compose.yml
haj-0.0.1 docker-compose.yml