use central cloudflared tunnel
Some checks failed
CI / Backend (push) Failing after 15s
CI / Frontend (push) Successful in 1m37s
CI / Docker Build (push) Has been skipped

This commit is contained in:
2025-09-14 20:33:15 +01:00
parent daf7218f87
commit 4bddd74c8e

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