add tunnel-only setup with Docker, including Dockerfile, docker-compose, and scripts

This commit is contained in:
2025-11-01 00:49:59 +05:30
parent a433c5067f
commit fbafab5d51
7 changed files with 331 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
tunnel:
build:
context: .
dockerfile: Dockerfile.tunnel-only
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- TUNNEL_ORIGIN_CERT=/etc/cloudflared/cert.pem
- NO_AUTOUPDATE=true
# Isolated network
networks:
- monaco-tunnel-network
networks:
monaco-tunnel-network:
driver: bridge