Sha256: 09093ce2ead54ef88687b84ee92623990310e7c48234b02f9d4baf027f67c661
Contents?: true
Size: 353 Bytes
Versions: 5
Compression:
Stored size: 353 Bytes
Contents
version: '3.7' services: app: build: target: with-mysql-client depends_on: - mariadb103 entrypoint: docker-compose/wait-for-mysql.sh mariadb103 mariadb103: image: mariadb:10.3 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