feat(deploy): add Cloudflare Quick Tunnel service for public HTTPS while domain is on verification-hold

This commit is contained in:
wasrusgen 2026-05-10 22:16:07 +03:00
parent 5263840582
commit f7eb83634b

View File

@ -37,6 +37,19 @@ services:
backend:
condition: service_healthy
# Cloudflare Quick Tunnel — публичный HTTPS-URL без своего домена.
# Используется временно пока wasrusgen1.pro в verification-hold.
tunnel:
image: cloudflare/cloudflared:latest
container_name: zov-tunnel
restart: unless-stopped
command: tunnel --no-autoupdate --url http://backend:8000
depends_on:
backend:
condition: service_healthy
networks:
- internal
networks:
# Использует уже существующую сеть от furniture-deploy stack — там Caddy
web: