Files
Exposed/buildScripts/docker/docker-compose-mariadb.yml
Vladislav Tankov 06dd75de14 Use Kotlin Script for Gradle instead of Groovy (#513)
* Use build.gradle.kts, rework modules and few more fixes to gradle
* Fix dialect tests, add buildSrc and rework directories structure

* Update to kosogor 1.0.2.
Update wrapper to 5.2.1.
Fix userOrg and vcsUrl in publishing

* Gradle: Remove unneeded default_dialect
2019-03-15 15:49:30 +03:00

12 lines
190 B
YAML

version: '3.1'
services:
mariadb:
image: mariadb
restart: always
ports:
- "3306"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
MYSQL_DATABASE: 'testdb'