Add Docker setup for Monaco backend with Cloudflare tunnel support

This commit is contained in:
2025-08-14 21:15:53 +05:30
parent 25900803c3
commit eb2873a3b9
4 changed files with 144 additions and 0 deletions

15
new-backend/config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"tunnel": "monaco-backend-tunnel",
"credentials-file": "/etc/cloudflared/cert.pem",
"ingress": [
{
"hostname": "api.ishikabhoyar.tech",
"service": "http://localhost:8080"
},
{
"service": "http_status:404"
}
],
"protocol": "http2",
"loglevel": "info"
}