mirror of
https://gitea.com/xorm/xorm
synced 2025-10-06 00:02:41 +02:00
@@ -50,8 +50,6 @@ jobs:
|
||||
services:
|
||||
cockroach:
|
||||
image: cockroachdb/cockroach:v19.2.4
|
||||
ports:
|
||||
- 26257:26257
|
||||
cmd:
|
||||
- 'start'
|
||||
- '--insecure'
|
||||
|
@@ -52,6 +52,4 @@ jobs:
|
||||
image: mariadb:10.4
|
||||
env:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
MYSQL_DATABASE: xorm_test
|
||||
ports:
|
||||
- 3306:3306
|
||||
MYSQL_DATABASE: xorm_test
|
@@ -53,6 +53,4 @@ jobs:
|
||||
env:
|
||||
ACCEPT_EULA: Y
|
||||
SA_PASSWORD: yourStrong(!)Password
|
||||
MSSQL_PID: Standard
|
||||
ports:
|
||||
- 1433:1433
|
||||
MSSQL_PID: Standard
|
@@ -52,6 +52,4 @@ jobs:
|
||||
env:
|
||||
ACCEPT_EULA: Y
|
||||
SA_PASSWORD: yourStrong(!)Password
|
||||
MSSQL_PID: Standard
|
||||
ports:
|
||||
- 1433:1433
|
||||
MSSQL_PID: Standard
|
@@ -52,6 +52,4 @@ jobs:
|
||||
image: mysql:5.7
|
||||
env:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
MYSQL_DATABASE: xorm_test
|
||||
ports:
|
||||
- 3306:3306
|
||||
MYSQL_DATABASE: xorm_test
|
@@ -52,6 +52,4 @@ jobs:
|
||||
image: mysql:8.0
|
||||
env:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
MYSQL_DATABASE: xorm_test
|
||||
ports:
|
||||
- 3306:3306
|
||||
MYSQL_DATABASE: xorm_test
|
@@ -75,6 +75,4 @@ jobs:
|
||||
env:
|
||||
POSTGRES_DB: xorm_test
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
POSTGRES_PASSWORD: postgres
|
@@ -48,6 +48,4 @@ jobs:
|
||||
|
||||
services:
|
||||
tidb:
|
||||
image: pingcap/tidb:v3.0.3
|
||||
ports:
|
||||
- 4000:4000
|
||||
image: pingcap/tidb:v3.0.3
|
Reference in New Issue
Block a user