WIP: build production images
Some checks failed
Build Docker Images / build-and-push (push) Failing after 1m30s

This commit is contained in:
Michał Zieliński
2025-10-12 20:17:33 +02:00
parent b24aaab679
commit 140ece8080
12 changed files with 275 additions and 72 deletions

View File

@@ -0,0 +1,22 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ApiSettings": {
"BaseUrl": "#{api-base-url}#"
},
"GoogleAuth": {
"ClientId": "#{google-auth-client-id}#"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:7143"
}
}
}
}