fix(deploy): rename cloudflared service to avoid DNS collision
All checks were successful
CI / Lint (push) Successful in 6s
CI / Type Check (push) Successful in 21s
CI / Test (push) Successful in 1m0s
CI / Release (push) Has been skipped

Multiple projects using the same service name on a shared Docker network
causes DNS resolution conflicts. Renamed to 'tunnel' for uniqueness.
This commit is contained in:
2026-02-03 00:15:13 +00:00
parent aba2cabbbc
commit f4c34e4689

View File

@@ -14,7 +14,7 @@ services:
networks:
- public-network
cloudflared:
tunnel:
image: cloudflare/cloudflared:latest
container_name: py-dvt-ate-tunnel
restart: unless-stopped