Sha256: cd31583423be807a6944693b5f076c9e3f930ea30ffe010f86bc0c76f609b64d
Contents?: true
Size: 341 Bytes
Versions: 5
Compression:
Stored size: 341 Bytes
Contents
version: '3.7' services: app: build: target: with-mysql-client depends_on: - mysql56 entrypoint: docker-compose/wait-for-mysql.sh mysql56 mysql56: image: mysql:5.6 environment: MYSQL_RANDOM_ROOT_PASSWORD: 'yes' MYSQL_USER: mysqluser MYSQL_PASSWORD: password MYSQL_DATABASE: mydb
Version data entries
5 entries across 5 versions & 1 rubygems