Initial commit

This commit is contained in:
2023-09-18 15:51:10 +03:00
commit b487db4f63
10 changed files with 675 additions and 0 deletions

9
compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
sqlserver:
image: 'mcr.microsoft.com/mssql/server:latest'
environment:
- 'ACCEPT_EULA=yes'
- 'MSSQL_PID=express'
- 'MSSQL_SA_PASSWORD=verYs3cret'
ports:
- '1433'