big features
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user