use central cloudflared tunnel
CI / Backend (push) Failing after 14s
CI / Frontend (push) Failing after 1m1s
CI / Docker Build (push) Has been skipped

This commit is contained in:
2025-09-14 20:33:15 +01:00
parent 9931efdb05
commit 04be62e0da
-12
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