add tunnel-only setup with host network mode, including updated Dockerfile, docker-compose, and configuration files

This commit is contained in:
2025-11-01 00:55:04 +05:30
parent fbafab5d51
commit 6ef2edb768
5 changed files with 174 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"tunnel": "5d2682ef-0b5b-47e5-b0fa-ad48968ce016",
"credentials-file": "/etc/cloudflared/credentials.json",
"ingress": [
{
"hostname": "api.ishikabhoyar.tech",
"service": "http://localhost:9090"
},
{
"service": "http_status:404"
}
],
"protocol": "http2",
"loglevel": "info"
}