Added a docker image and compose file for the application

This commit is contained in:
Vincent Allen
2025-09-03 13:28:56 -04:00
parent d0429ddaf4
commit 9a0661e985
192 changed files with 5369 additions and 96 deletions

View File

@@ -1,7 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=",
"PostgresConnection": "Host=localhost;Database=postgres;Username=postgres;Password="
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=postgres",
},
"Logging": {
"LogLevel": {
@@ -11,7 +10,7 @@
},
"AllowedHosts": "*",
"PostgresConnectionOptions": {
"Host": "localhost",
"Host": "postgres.vtallen.com",
"Port": 5432,
"Database": "postgres",
"Username": "postgres",
@@ -19,7 +18,7 @@
},
"FileUploadOptions": {
"MaxUploadSizeBytes": 2147483648,
"UploadFolderPath": "C:\\TestUpload\\",
"UploadFolderPath": "/OpenArchivalUploads",
"MaxFileCount": 100
}
}