V6 complete
Quality Gate / gate (push) Failing after 50s

This commit is contained in:
Jim Lancaster
2026-08-26 12:04:43 -05:00
parent c2ed98c16d
commit 2c6ef46f5f
5 changed files with 22 additions and 2 deletions
+6 -1
View File
@@ -35,6 +35,8 @@ services:
- app_uploads:/app/uploads
- app_data:/app/data
- ./prompts:/app/prompts:ro
healthcheck:
disable: true
restart: unless-stopped
postgres:
@@ -59,7 +61,10 @@ services:
image: cloudflare/cloudflared:2026.8.0
env_file:
- .env.production
command: tunnel --no-autoupdate --config /etc/cloudflared/config.yml run --token ${CLOUDFLARE_TUNNEL_TOKEN}
command: tunnel --no-autoupdate --protocol http2 --config /etc/cloudflared/config.yml run --token ${CLOUDFLARE_TUNNEL_TOKEN}
dns:
- 1.1.1.1
- 1.0.0.1
depends_on:
app:
condition: service_healthy