mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
testing mssql docker container
This commit is contained in:
parent
3e7647d282
commit
a7936098e2
@ -37,16 +37,14 @@ services:
|
||||
POSTGRES_DB: "test"
|
||||
|
||||
# mssql
|
||||
# mssql:
|
||||
# image: "microsoft/mssql-server-linux"
|
||||
# container_name: "typeorm-mssql"
|
||||
# ports:
|
||||
# - "1433:1433"
|
||||
# environment:
|
||||
# ACCEPT_EULA: "Y"
|
||||
# SA_PASSWORD: "thisIs@V3ryh&rdP@55w0rd"
|
||||
# volumes:
|
||||
# - "./temp/mssql:/var/opt/mssql"
|
||||
mssql:
|
||||
image: "microsoft/mssql-server-linux"
|
||||
container_name: "typeorm-mssql"
|
||||
ports:
|
||||
- "1433:1433"
|
||||
environment:
|
||||
ACCEPT_EULA: "Y"
|
||||
SA_PASSWORD: "test"
|
||||
|
||||
# mongodb
|
||||
mongodb:
|
||||
|
||||
@ -36,12 +36,12 @@
|
||||
"database": "test"
|
||||
},
|
||||
{
|
||||
"skip": true,
|
||||
"skip": false,
|
||||
"name": "mssql",
|
||||
"type": "mssql",
|
||||
"host": "192.168.1.10",
|
||||
"host": "localhost",
|
||||
"username": "sa",
|
||||
"password": "admin12345",
|
||||
"password": "test",
|
||||
"database": "test"
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user