Reapply "Add Turnstile captcha to login"

This reverts commit a7c732e139.
This commit is contained in:
Cauê Faleiros
2026-07-28 12:42:27 -03:00
parent a7c732e139
commit 252c2447a8
9 changed files with 198 additions and 15 deletions

View File

@@ -27,6 +27,7 @@ services:
- ADMIN_PASSWORD=${ADMIN_PASSWORD:-admin123}
- JWT_SECRET=${JWT_SECRET:-super_secret_jwt_key_123}
- N8N_WHATSAPP_TRIGGER_URL=${N8N_WHATSAPP_TRIGGER_URL:-http://localhost:5678/webhook/whatsapp}
- TURNSTILE_SECRET_KEY=${TURNSTILE_SECRET_KEY:-}
depends_on:
- db
restart: unless-stopped
@@ -34,6 +35,8 @@ services:
frontend:
build:
context: .
args:
VITE_TURNSTILE_SITE_KEY: ${VITE_TURNSTILE_SITE_KEY:-}
image: gitea.blyzer.com.br/blyzer/graphs-frontend:latest
container_name: graph_frontend
ports: