Version 3.0.2 full expirimental DCT support, jpegio for better jpg manipulation, etc.

This commit is contained in:
Aaron D. Lee
2025-12-31 15:43:29 -05:00
parent 4eefc946c4
commit 34376b2dfe
19 changed files with 2954 additions and 2200 deletions

View File

@@ -17,9 +17,9 @@ services:
deploy:
resources:
limits:
memory: 512M # Argon2 needs 256MB per operation
memory: 768M # Increased for scipy + Argon2
reservations:
memory: 256M
memory: 384M
# ============================================================================
# REST API (FastAPI)
@@ -35,9 +35,9 @@ services:
deploy:
resources:
limits:
memory: 512M
memory: 768M # Increased for scipy + Argon2
reservations:
memory: 256M
memory: 384M
# ============================================================================
# Nginx Reverse Proxy (optional, for production)