mirror of
https://github.com/wasrusgen/zov-tech.git
synced 2026-06-03 16:24:50 +00:00
feat(deploy): add Cloudflare Quick Tunnel service for public HTTPS while domain is on verification-hold
This commit is contained in:
parent
5263840582
commit
f7eb83634b
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user