fixed docker setup

This commit is contained in:
Exil Productions
2025-12-10 19:01:44 +01:00
parent fa157542e7
commit fbd5198409
5 changed files with 132 additions and 64 deletions

View File

@@ -8,13 +8,9 @@
"AllowedHosts": "purrlobby.exil.dev",
"Kestrel": {
"Endpoints": {
"Https": {
"Url": "https://0.0.0.0:443",
"Certificate": {
"Path": "Certs/purrlobby.pem",
"KeyPath": "Certs/purrlobby.key"
}
"Http": {
"Url": "http://0.0.0.0:80"
}
}
}
}
}