server cleanup

This commit is contained in:
hamid
2026-06-16 01:46:53 +03:30
parent 69bbd28bb0
commit 5b4c0d183f
205 changed files with 641 additions and 628 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
version: "3.9" # optional since v1.27.0
services:
web_api:
image: bobby-cleanarc
container_name: bobby-cleanarc-app
image: bobby-baya
container_name: bobby-baya-app
environment:
"ASPNETCORE_URLS": "https://+;http://+"
"ASPNETCORE_Kestrel__Certificates__Default__Password": "Strong@Password"
"ASPNETCORE_Kestrel__Certificates__Default__Path": "/https/cleanarc.pfx"
"ASPNETCORE_Kestrel__Certificates__Default__Path": "/https/baya.pfx"
ports:
- "5000:80"
- "5001:443"