mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-10 08:11:20 +00:00
* 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
12 lines
190 B
YAML
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'
|