docker-compose-prod.yaml uses more variables from .env.example now

This commit is contained in:
2026-08-05 08:52:45 +05:00
parent fb9413e6f8
commit d1a166a0f1
2 changed files with 10 additions and 4 deletions
+3
View File
@@ -3,6 +3,9 @@ DEBUG=0
MAX_UPLOAD_SIZE_MB=500
TEMP_DIR=/tmp/audio_splitter_web
CLEANUP_AFTER_SECONDS=3600
BACKEND_DATA_VOLUME=/tmp/audio_splitter_web
BACKEND_PORT=8000
# Frontend (development)
VITE_BACKEND_URL=http://localhost:8000
FRONTEND_PORT=5173