fix(compose): wire ANALYSIS_OCR_MAX_DECODE_PIXELS into the backend service

The OCR decompression-bomb guard added the env var to .env.example and
config.rs but not docker-compose.yml, so the container never received it
and the compose-env-coverage test failed once the branches were integrated.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-07-01 07:25:59 +02:00
parent 3cba9ecf95
commit 5596e1920d
4 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "mangalord-frontend",
"version": "0.93.0",
"version": "0.93.1",
"private": true,
"type": "module",
"scripts": {