big features

This commit is contained in:
Mateusz Gruszczyński
2026-07-22 11:03:50 +02:00
parent 0d77624adc
commit 1be2023e36
30 changed files with 1077 additions and 77 deletions
+7
View File
@@ -14,7 +14,14 @@ services:
FILES_DIR: ${FILES_DIR:-/data/files}
UPLOAD_MAX_SIZE_MB: ${UPLOAD_MAX_SIZE_MB:-20}
ASSET_VERSION: ${ASSET_VERSION:-dev}
REGISTRATION_ENABLED: ${REGISTRATION_ENABLED:-false}
RUST_LOG: ${RUST_LOG:-rustpad=info,tower_http=info}
PUBLIC_URL: ${PUBLIC_URL:-http://localhost:3000}
SMTP_HOST: ${SMTP_HOST:-}
SMTP_PORT: ${SMTP_PORT:-587}
SMTP_USERNAME: ${SMTP_USERNAME:-}
SMTP_PASSWORD: ${SMTP_PASSWORD:-}
SMTP_FROM: ${SMTP_FROM:-}
ports:
- "${RUSTPAD_PORT:-3000}:${APP_PORT:-3000}"
volumes: