mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
try to connect
This commit is contained in:
46
.github/workflows/integration-tests.yaml
vendored
46
.github/workflows/integration-tests.yaml
vendored
@@ -31,29 +31,29 @@ jobs:
|
||||
env:
|
||||
POSTGRES_PASSWORD: Pwd2020Db
|
||||
ports:
|
||||
- 15000:5432
|
||||
- 5432:5432
|
||||
|
||||
mysql:
|
||||
image: mysql
|
||||
# options: >-
|
||||
# --default-authentication-plugin=mysql_native_password
|
||||
ports:
|
||||
- 15001:3306
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: Pwd2020Db
|
||||
# mysql:
|
||||
# image: mysql
|
||||
# # options: >-
|
||||
# # --default-authentication-plugin=mysql_native_password
|
||||
# ports:
|
||||
# - 15001:3306
|
||||
# env:
|
||||
# MYSQL_ROOT_PASSWORD: Pwd2020Db
|
||||
|
||||
mssql:
|
||||
image: mcr.microsoft.com/mssql/server
|
||||
ports:
|
||||
- 15002:1433
|
||||
env:
|
||||
ACCEPT_EULA: Y
|
||||
SA_PASSWORD: Pwd2020Db
|
||||
MSSQL_PID: Express
|
||||
# mssql:
|
||||
# image: mcr.microsoft.com/mssql/server
|
||||
# ports:
|
||||
# - 15002:1433
|
||||
# env:
|
||||
# ACCEPT_EULA: Y
|
||||
# SA_PASSWORD: Pwd2020Db
|
||||
# MSSQL_PID: Express
|
||||
|
||||
cockroachdb:
|
||||
image: cockroachdb/cockroach
|
||||
ports:
|
||||
- 15003:26257
|
||||
# options: >-
|
||||
# start-single-node --insecure
|
||||
# cockroachdb:
|
||||
# image: cockroachdb/cockroach
|
||||
# ports:
|
||||
# - 15003:26257
|
||||
# # options: >-
|
||||
# # start-single-node --insecure
|
||||
|
||||
Reference in New Issue
Block a user