Sha256: 3efbe69268e45159fe4ad648832878c638a6d5914b4868b584352e2276726dee
Contents?: true
Size: 460 Bytes
Versions: 1
Compression:
Stored size: 460 Bytes
Contents
version: '3' services: mysql: image: mysql:5.7 ports: - "3307:3306" environment: - MYSQL_ALLOW_EMPTY_PASSWORD=yes app: environment: BUNDLE_PATH: 'bundle' MYSQL_DB_HOST: 'mysql' build: docker/app volumes: - .:/app - ~/.gem/credentials:/root/.gem/credentials - bundle-vol:/bundle:cached command: irb tty: true stdin_open: true depends_on: - mysql volumes: bundle-vol:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_mysql_partitioning-1.0.0 | docker-compose.yml |