Sha256: cec651dcaa1c085f763071cd0566e25f6d59487662c28360f2031714e9953c64

Contents?: true

Size: 260 Bytes

Versions: 5

Compression:

Stored size: 260 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
roro-0.3.22 lib/roro/templates/rails/database/with_mysql/_service.yml
roro-0.3.21 lib/roro/templates/rails/database/with_mysql/_service.yml
roro-0.3.18 lib/roro/templates/rails/database/with_mysql/_service.yml
roro-0.3.17 lib/roro/cli/templates/stories/with_mysql/_service.yml
roro-0.3.16 lib/roro/cli/templates/stories/with_mysql/_service.yml