Add docker compose
This commit is contained in:
21
compose.yml
Normal file
21
compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
# frontend:
|
||||
|
||||
# backend:
|
||||
# image:
|
||||
|
||||
database:
|
||||
image: mcr.microsoft.com/mssql/server:2022-latest
|
||||
environment:
|
||||
- ACCEPT_EULA=Y
|
||||
- MSSQL_SA_PASSWORD=StrongerThenYYou1
|
||||
- MSSQL_PID=Evaluation
|
||||
ports:
|
||||
- "1433:1433"
|
||||
volumes:
|
||||
- db-data:/var/opt/mssql
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user