Feat: dockerize the project with Dockerfile and docker-compose
- Added Dockerfile for containerizing the app. - Created docker-compose.yml for managing services. - Updated connection strings for Docker compatibility.
This commit is contained in:
Binary file not shown.
BIN
bin/Debug/AutoMapper.dll
Normal file
BIN
bin/Debug/AutoMapper.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.AspNetCore.Authentication.JwtBearer.dll
Normal file
BIN
bin/Debug/Microsoft.AspNetCore.Authentication.JwtBearer.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll
Normal file
BIN
bin/Debug/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.EntityFrameworkCore.Abstractions.dll
Normal file
BIN
bin/Debug/Microsoft.EntityFrameworkCore.Abstractions.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.EntityFrameworkCore.Relational.dll
Normal file
BIN
bin/Debug/Microsoft.EntityFrameworkCore.Relational.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.EntityFrameworkCore.dll
Normal file
BIN
bin/Debug/Microsoft.EntityFrameworkCore.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.Extensions.Caching.Abstractions.dll
Normal file
BIN
bin/Debug/Microsoft.Extensions.Caching.Abstractions.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.Extensions.Caching.Memory.dll
Normal file
BIN
bin/Debug/Microsoft.Extensions.Caching.Memory.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.Extensions.Configuration.Abstractions.dll
Normal file
BIN
bin/Debug/Microsoft.Extensions.Configuration.Abstractions.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/Debug/Microsoft.Extensions.DependencyInjection.dll
Normal file
BIN
bin/Debug/Microsoft.Extensions.DependencyInjection.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.Extensions.Logging.Abstractions.dll
Normal file
BIN
bin/Debug/Microsoft.Extensions.Logging.Abstractions.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.Extensions.Logging.dll
Normal file
BIN
bin/Debug/Microsoft.Extensions.Logging.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.Extensions.Options.dll
Normal file
BIN
bin/Debug/Microsoft.Extensions.Options.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.Extensions.Primitives.dll
Normal file
BIN
bin/Debug/Microsoft.Extensions.Primitives.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.IdentityModel.Abstractions.dll
Normal file
BIN
bin/Debug/Microsoft.IdentityModel.Abstractions.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.IdentityModel.JsonWebTokens.dll
Normal file
BIN
bin/Debug/Microsoft.IdentityModel.JsonWebTokens.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.IdentityModel.Logging.dll
Normal file
BIN
bin/Debug/Microsoft.IdentityModel.Logging.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
Normal file
BIN
bin/Debug/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.IdentityModel.Protocols.dll
Normal file
BIN
bin/Debug/Microsoft.IdentityModel.Protocols.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.IdentityModel.Tokens.dll
Normal file
BIN
bin/Debug/Microsoft.IdentityModel.Tokens.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.OpenApi.dll
Normal file
BIN
bin/Debug/Microsoft.OpenApi.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Npgsql.EntityFrameworkCore.PostgreSQL.dll
Normal file
BIN
bin/Debug/Npgsql.EntityFrameworkCore.PostgreSQL.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Npgsql.dll
Normal file
BIN
bin/Debug/Npgsql.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Swashbuckle.AspNetCore.Swagger.dll
Normal file
BIN
bin/Debug/Swashbuckle.AspNetCore.Swagger.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Swashbuckle.AspNetCore.SwaggerGen.dll
Normal file
BIN
bin/Debug/Swashbuckle.AspNetCore.SwaggerGen.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Swashbuckle.AspNetCore.SwaggerUI.dll
Normal file
BIN
bin/Debug/Swashbuckle.AspNetCore.SwaggerUI.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Diagnostics.DiagnosticSource.dll
Normal file
BIN
bin/Debug/System.Diagnostics.DiagnosticSource.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IdentityModel.Tokens.Jwt.dll
Normal file
BIN
bin/Debug/System.IdentityModel.Tokens.Jwt.dll
Normal file
Binary file not shown.
8
bin/Debug/appsettings.Development.json
Normal file
8
bin/Debug/appsettings.Development.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
bin/Debug/appsettings.json
Normal file
11
bin/Debug/appsettings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Jwt": {
|
||||
"Key": "YourSuperSecretKeyYourSuperSecretKey",
|
||||
"Issuer": "YourIssuer",
|
||||
"Audience": "YourAudience"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Database=SurveyBeta;Username=postgres;Password=MAJEDali645"
|
||||
}
|
||||
}
|
||||
5
bin/Debug/libman.json
Normal file
5
bin/Debug/libman.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"defaultProvider": "cdnjs",
|
||||
"libraries": []
|
||||
}
|
||||
1762
bin/Debug/survey-beta.deps.json
Normal file
1762
bin/Debug/survey-beta.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/survey-beta.dll
Normal file
BIN
bin/Debug/survey-beta.dll
Normal file
Binary file not shown.
BIN
bin/Debug/survey-beta.exe
Normal file
BIN
bin/Debug/survey-beta.exe
Normal file
Binary file not shown.
BIN
bin/Debug/survey-beta.pdb
Normal file
BIN
bin/Debug/survey-beta.pdb
Normal file
Binary file not shown.
20
bin/Debug/survey-beta.runtimeconfig.json
Normal file
20
bin/Debug/survey-beta.runtimeconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user