docs: update Dockerfile, README, env.example for image-converter

This commit is contained in:
2026-05-12 15:12:26 +02:00
parent cea414fe60
commit 722b09e400
3 changed files with 18 additions and 0 deletions

View File

@@ -57,4 +57,9 @@ EVENT_BUS_BACKEND=db
# NATS_STREAM_NAME=MOVIES_DIARY_EVENTS
# NATS_CONSUMER_NAME=worker
# Image conversion (optional — converts stored images to save disk space)
# Disable by default; enable in the worker by setting ENABLED=true.
# IMAGE_CONVERSION_ENABLED=false
# IMAGE_CONVERSION_FORMAT=avif # avif | webp
RUST_LOG=presentation=debug,tower_http=debug,worker=info,application=info