use central cloudflared tunnel
Some checks failed
CI / Backend (push) Successful in 15s
CI / Frontend (push) Successful in 49s
CI / Docker Build (push) Failing after 4m13s

This commit is contained in:
2025-09-14 20:33:15 +01:00
parent ecd75ba61f
commit 238a8d6258

View File

@@ -60,18 +60,6 @@ services:
- internal
- public-network
cloudflared:
image: cloudflare/cloudflared:latest
container_name: codetutor-cloudflared
command: tunnel run
environment:
TUNNEL_TOKEN: ${CLOUDFLARE_TUNNEL_TOKEN:?CLOUDFLARE_TUNNEL_TOKEN is required}
depends_on:
- nginx
restart: unless-stopped
networks:
- public-network
networks:
internal:
driver: bridge