Sha256: 59f1cfbf039a63aba36a50f667ab9dc50cf94d19cfc85fb6515f43fb4ada797f

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

version: "3.7"

services:
  test:
    build: .
    image: rsp_6_0
    command: /bin/bash -c 'service postgresql start && rake test'
    volumes:
      - '.:/app'

  test_3_0:
    build:
      context: .
      dockerfile: Dockerfile_30
    image: rsp_6_0_3_0
    command: /bin/bash -c 'service postgresql start && rake test'
    volumes:
      - '.:/app'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_sql_prettifier-6.0.6 docker-compose.yml
rails_sql_prettifier-6.0.5 docker-compose.yml