refactor(deploy): remove per-app tunnel in favour of central cloudflared
All checks were successful
CI / Lint (push) Successful in 4s
CI / Type Check (push) Successful in 20s
CI / Test (push) Successful in 57s
CI / Release (push) Has been skipped

Routing now handled by central cloudflared + NPM on public-network.
This commit is contained in:
2026-02-03 23:43:29 +00:00
parent f4c34e4689
commit 885196d933

View File

@@ -14,18 +14,6 @@ services:
networks: networks:
- public-network - public-network
tunnel:
image: cloudflare/cloudflared:latest
container_name: py-dvt-ate-tunnel
restart: unless-stopped
command: tunnel run
environment:
- TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}
depends_on:
- streamlit
networks:
- public-network
networks: networks:
public-network: public-network:
external: true external: true