chore: build
Backend - Build & Lint / build (push) Failing after 30m33s

This commit is contained in:
Nuxgrid
2026-08-01 21:51:32 +02:00
parent 0d9b4adc3a
commit 020ba7c1e4
6 changed files with 187 additions and 69 deletions
+8
View File
@@ -24,3 +24,11 @@ BACKEND_LINK_SECRET=change_me_internal_secret
API_PORT=8080
FRONTEND_PORT=5173
GIN_MODE=release
# STORAGE_DRIVER=local (defaut, stockage disque via le volume backend_uploads) ou s3 (RustFS)
STORAGE_DRIVER=local
# Requis uniquement si STORAGE_DRIVER=s3
S3_REGION=us-east-1
S3_BUCKET=
S3_ENDPOINT=
RUSTFS_ACCESS_KEY=
RUSTFS_SECRET_KEY=
@@ -35,6 +35,12 @@ services:
- LBTELEGRAM_BOT1_USERNAME=${LBTELEGRAM_BOT1_USERNAME:-GetRezStealer_bot}
- LBTELEGRAM_BOT2_USERNAME=${LBTELEGRAM_BOT2_USERNAME:-rezDJDFJSFUltraFast_bot}
- BACKEND_LINK_SECRET=${BACKEND_LINK_SECRET:-change_me_internal_secret}
- STORAGE_DRIVER=${STORAGE_DRIVER:-local}
- S3_REGION=${S3_REGION:-}
- S3_BUCKET=${S3_BUCKET:-}
- S3_ENDPOINT=${S3_ENDPOINT:-}
- RUSTFS_ACCESS_KEY=${RUSTFS_ACCESS_KEY:-}
- RUSTFS_SECRET_KEY=${RUSTFS_SECRET_KEY:-}
volumes:
- backend_uploads:/app/uploads
networks: