use central cloudflared tunnel
All checks were successful
CI / Backend (push) Successful in 15s
CI / Frontend (push) Successful in 48s
CI / Docker Build (push) Successful in 3m6s

This commit is contained in:
2025-09-14 20:33:15 +01:00
parent 330fa87e1a
commit b16dc63b9b

View File

@@ -60,18 +60,6 @@ services:
- internal - internal
- public-network - 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: networks:
internal: internal:
driver: bridge driver: bridge