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,11 @@
services:
tunnel:
build:
context: .
dockerfile: Dockerfile.tunnel-only
restart: unless-stopped
# Use host network mode to directly access localhost:9090
network_mode: "host"
environment:
- TUNNEL_ORIGIN_CERT=/etc/cloudflared/cert.pem
- NO_AUTOUPDATE=true