fix: Fixed debug env variable.
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 35s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 50s
Deploy to Staging / Verify Staging (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 7s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped

This commit is contained in:
Eric Gullickson
2026-02-06 20:20:14 -06:00
parent 3f0e243087
commit 488a267fc7

View File

@@ -187,7 +187,7 @@ services:
container_name: mvp-ocr container_name: mvp-ocr
restart: unless-stopped restart: unless-stopped
environment: environment:
LOG_LEVEL: ${BACKEND_LOG_LEVEL:-info} LOG_LEVEL: debug
REDIS_HOST: mvp-redis REDIS_HOST: mvp-redis
REDIS_PORT: 6379 REDIS_PORT: 6379
REDIS_DB: 1 REDIS_DB: 1