server cleanup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user