mirror of
https://github.com/ent/ent.git
synced 2026-05-28 09:49:08 +03:00
entc/integ: add mariadb 10.2 to integrarion (#1070)
This commit is contained in:
@@ -46,6 +46,16 @@ services:
|
||||
ports:
|
||||
- 4306:3306
|
||||
|
||||
mariadb102:
|
||||
image: mariadb:10.2.32
|
||||
environment:
|
||||
MYSQL_DATABASE: test
|
||||
MYSQL_ROOT_PASSWORD: pass
|
||||
healthcheck:
|
||||
test: mysqladmin ping -ppass
|
||||
ports:
|
||||
- 4307:3306
|
||||
|
||||
postgres10:
|
||||
image: postgres:10
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user