Update palmr
This commit is contained in:
@@ -8,16 +8,20 @@ services:
|
||||
|
||||
# Application settings
|
||||
environment:
|
||||
- ENABLE_S3=${ENABLE_S3} # Enable/Disable S3-compatible storage backend
|
||||
# Storage Configuration
|
||||
- ENABLE_S3=false
|
||||
|
||||
# Security Settings
|
||||
- ENCRYPTION_KEY=${ENCRYPTION_KEY} # Data encryption key for security
|
||||
- SECURE_SITE=${SECURE_SITE} # Enable/Disable HTTPS security features
|
||||
|
||||
# User/Group Permissions
|
||||
- PALMR_UID=${PUID} # User ID for proper file permissions
|
||||
- PALMR_GID=${PGID} # Group ID for proper file permissions
|
||||
|
||||
# Persistent storage configuration
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/palmr/db:/app/server/prisma # Transfer metadata database
|
||||
- ${DATA_PATH}/palmr/data:/app/server # File storage directory
|
||||
- ${APPDATA_PATH}/palmr/server:/app/server # Database and File storage directory
|
||||
|
||||
# Network configuration
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user