Remove Gemini AI PR review workflow and enhance CSRF protection in admin actions

This commit is contained in:
2026-07-03 10:46:54 +02:00
parent 4fe45e4e53
commit 1122acd5a5
4 changed files with 18 additions and 359 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- "8080:80"
environment:
DATABASE_URL: postgresql://flixcooks:flixcooks_prod@postgres:5432/flixcooks
FLIXCOOKS_ADMIN_KEY: ${FLIXCOOKS_ADMIN_KEY:-change-me-in-production}
FLIXCOOKS_ADMIN_KEY: ${FLIXCOOKS_ADMIN_KEY:-}
depends_on:
postgres:
condition: service_healthy