entc/integ: add mariadb 10.2 to integrarion (#1070)

This commit is contained in:
Ariel Mashraki
2020-12-21 09:12:13 +02:00
committed by GitHub
parent 9860cfc2d8
commit 0902673b40
2 changed files with 36 additions and 22 deletions

View File

@@ -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: