Sha256: c33f938445a24f3aafea10e4f776bb99809be2731e31542103423a97111b2326

Contents?: true

Size: 207 Bytes

Versions: 1

Compression:

Stored size: 207 Bytes

Contents

services:
  client:
    build: .
    volumes:
      - ./:/mnt
    depends_on:
      - mysql
    profiles:
      - extra
  mysql:
    image: mysql:5.7
    environment:
      MYSQL_ALLOW_EMPTY_PASSWORD: "yes"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_record_mysql_xverify-0.3.0 docker-compose.yml