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