Update compose config

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-01 00:09:45 +02:00
parent 06d64ae999
commit acf5e8280e
2 changed files with 5 additions and 3 deletions

View File

@@ -4,9 +4,10 @@
"managementListenAddress": "0.0.0.0:15000",
"certificate": "test/certs/localhost/cert.pem",
"privateKey": "test/certs/localhost/key.pem",
"httpPort": 80,
"tlsPort": 443,
"httpPort": 5002,
"tlsPort": 5001,
"ocspResponderURL": "",
"externalAccountBindingRequired": false
"externalAccountBindingRequired": false,
"domainBlocklist": []
}
}