add Upload and Download files

This commit is contained in:
2026-07-12 18:05:52 +07:00
parent 2ecc6ecd6a
commit 487b1aa436
13 changed files with 854 additions and 63 deletions
+4
View File
@@ -18,6 +18,10 @@ services:
SMTP_USER: evening_detective@crabs-games.art
SMTP_PASSWORD: your_password
JWT_SECRET: your_secret
S3_HOST: http://0.0.0.0:9000
S3_USER: rustfs
S3_PASSWORD: your_password
S3_BUCKET: evening-detective
depends_on:
- postgres
restart: unless-stopped