Just a simple little application to play around with Quartz.NET and SQL Server.
Warning This project will be full of shortcuts and bad practices. It is not intended to be used in production. Just simply a playground for me to learn and experiment with.
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=p@ssw0rd' -e MSSQL_PID=Developer -p 1433:1433 -v sql_server_volume:/var/opt/mssql --name sql_server_container -d mcr.microsoft.com/mssql/server:2019-latest
/opt/mssql/bin/mssql-conf set sqlagent.enabled true