upload file

This commit is contained in:
Aya
2026-05-07 16:51:45 +03:00
parent 31c59a3c9f
commit 7732a40726

View File

@@ -35,8 +35,11 @@ services:
JWT_EXPIRES_IN: 7d JWT_EXPIRES_IN: 7d
JWT_REFRESH_EXPIRES_IN: 30d JWT_REFRESH_EXPIRES_IN: 30d
MAX_FILE_SIZE: 52428800 MAX_FILE_SIZE: 52428800
UPLOAD_PATH: /app/uploads
BCRYPT_ROUNDS: 10 BCRYPT_ROUNDS: 10
CORS_ORIGIN: https://zerp.atmata-group.com,http://zerp.atmata-group.com,http://localhost:3000,http://37.60.249.71:3000 CORS_ORIGIN: https://zerp.atmata-group.com,http://zerp.atmata-group.com,http://localhost:3000,http://37.60.249.71:3000
volumes:
- ./uploads:/app/uploads
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy