add tunnel-only setup with host network mode, including updated Dockerfile, docker-compose, and configuration files
This commit is contained in:
15
new-backend/config.tunnel-only-v2.json
Normal file
15
new-backend/config.tunnel-only-v2.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user