Sha256: 28fe5b01b0aefffad0b1c13231cba3d06734920547721608a9516044f99f383c

Contents?: true

Size: 234 Bytes

Versions: 11

Compression:

Stored size: 234 Bytes

Contents

  database:
    image: mysql:5.7
    env_file:
      - roro/containers/database/development.env
      - roro/containers/app/development.env
    volumes:
      - db_data:/var/lib/mysql
    restart: always
    ports:
      - '3307:3306'

Version data entries

11 entries across 9 versions & 1 rubygems

Version Path
roro-0.3.17 lib/roro/cli/templates/rails/database/with_mysql/_service.yml
roro-0.3.16 lib/roro/cli/templates/rails/database/with_mysql/_service.yml
roro-0.3.14 lib/roro/cli/templates/stories/rails/database/with_mysql/_service.yml
roro-0.3.14 lib/roro/cli/templates/stories/with_mysql/_service.yml
roro-0.3.13 lib/roro/cli/templates/stories/rails/database/with_mysql/_service.yml
roro-0.3.13 lib/roro/cli/templates/stories/with_mysql/_service.yml
roro-0.3.12 lib/roro/cli/templates/stories/with_mysql/_service.yml
roro-0.3.9 lib/roro/cli/templates/stories/with_mysql/_service.yml
roro-0.3.8 lib/roro/cli/templates/stories/with_mysql/_service.yml
roro-0.3.7 lib/roro/cli/templates/stories/with_mysql/_service.yml
roro-0.3.6 lib/roro/cli/templates/stories/with_mysql/_service.yml