Update Dockerfile and docker-compose to enhance cloudflared configuration and startup process

This commit is contained in:
2025-08-15 14:09:36 +05:30
parent c7d65c612f
commit 20680719f5
4 changed files with 83 additions and 1 deletions

View File

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