refactor Dockerfile and configuration for cloudflared tunnel setup

This commit is contained in:
ishikabhoyar
2025-10-31 16:28:37 +05:30
parent 9fa0528ff0
commit dbd8770f20
3 changed files with 32 additions and 73 deletions

View File

@@ -4,10 +4,12 @@
"ingress": [
{
"hostname": "monaco.ishikabhoyar.tech",
"service": "http://localhost:8001"
"service": "http://host.docker.internal:8001"
},
{
"service": "http_status:404"
}
]
],
"protocol": "http2",
"loglevel": "info"
}