Update deployment with working Docker images (730MB) and fixed configuration - Backend now runs successfully with all fixes applied

This commit is contained in:
Donat Magda
2025-11-25 23:27:41 +01:00
parent 88c153eb6a
commit 0566b58240
10 changed files with 917 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"Servers": {
"1": {
"Name": "SerpentRace Production",
"Group": "Servers",
"Host": "postgres",
"Port": 5432,
"MaintenanceDB": "serpentrace",
"Username": "postgres",
"SSLMode": "prefer",
"Comment": "SerpentRace Production Database"
}
}
}