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