PI06 i PI06-1. Docker definitions for MSSQL and Postgres. Data seeder/generator for countries and people. Entity Framework example with variants for Postgres and MSSQL

This commit is contained in:
Boris Milašinović
2026-04-19 16:49:07 +02:00
parent 44a663e170
commit 6f56d107a2
89 changed files with 7305 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# SQL Server admin (sa)
ACCEPT_EULA=Y
MSSQL_PID=Developer
MSSQL_SA_PASSWORD=ChangeMe!123456
MSSQL_DB=Events
MSSQL_PORT=3030
MSSQL_COLLATION=Croatian_100_CI_AS_SC_UTF8
# App user
APP_DB_USER=sport
APP_DB_PASSWORD=ChangeMe!123456
# Local settings for Croatia
TZ=Europe/Zagreb
LANG=hr_HR.UTF-8
LC_ALL=hr_HR.UTF-8