Added docker-compose. Updated startups for API and Web layer.
Some checks failed
ci / build-test (push) Has been cancelled
ci / publish-image (push) Has been cancelled

This commit is contained in:
2026-02-24 00:25:03 -05:00
parent 80ca1296e5
commit ab3524ea20
13 changed files with 166 additions and 41 deletions

View File

@@ -0,0 +1,3 @@
{
"ApiBaseUrl": "https://localhost:7277"
}

View File

@@ -1,3 +1,3 @@
{
"ApiBaseUrl": "https://localhost:7277"
"ApiBaseUrl": ""
}