Update Dockerfile and docker-compose to enhance cloudflared configuration and startup process

This commit is contained in:
2025-08-15 14:09:36 +05:30
parent c7d65c612f
commit 20680719f5
4 changed files with 83 additions and 1 deletions

View File

@@ -16,6 +16,9 @@ services:
- DEFAULT_TIMEOUT=30
- SANDBOX_NETWORK_DISABLED=true
- SANDBOX_PIDS_LIMIT=50
# Define cloudflared environment variables
- TUNNEL_ORIGIN_CERT=/etc/cloudflared/cert.pem
- NO_AUTOUPDATE=true
# Isolated network to prevent conflicts with host cloudflared
networks:
- monaco-backend-network