fix: increase upload limit

This commit is contained in:
2025-05-30 12:01:46 +01:00
parent 96e8be3543
commit c56dbb9e17

View File

@@ -6,6 +6,7 @@ services:
environment: environment:
NODE_ENV: production NODE_ENV: production
PORT: 80 PORT: 80
BODY_SIZE_LIMIT: 512000000
ports: ports:
- "80:80" - "80:80"
working_dir: /app working_dir: /app