V6.0 Phase 3 - Add cloudflare tunnel. Remote access to app via the tunnel now working.
Quality Gate / gate (push) Failing after 49s

This commit is contained in:
Jim Lancaster
2026-08-25 13:05:47 -05:00
parent faa30fd27b
commit 234476ba6d
10 changed files with 136 additions and 9 deletions
+3 -3
View File
@@ -54,17 +54,17 @@ services:
timeout: 5s
retries: 10
start_period: 10s
ports:
- "5432:5432"
cloudflared:
image: cloudflare/cloudflared:2026.8.0
env_file:
- .env.production
command: tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN}
command: tunnel --no-autoupdate --config /etc/cloudflared/config.yml run --token ${CLOUDFLARE_TUNNEL_TOKEN}
depends_on:
app:
condition: service_healthy
volumes:
- ./deploy/cloudflared/config.yml:/etc/cloudflared/config.yml:ro
restart: unless-stopped
volumes: