chore: update environment variable configurations and documentation

- Updated docker-compose files to provide clearer environment variable options for S3 and filesystem encryption.
- Removed default values for ENABLE_S3 and DISABLE_FILESYSTEM_ENCRYPTION in favor of commented guidance for user customization.
- Incremented version numbers to 3.1.6-beta across all relevant package.json files.
- Enhanced documentation to reflect changes in configuration and deployment instructions, including UID/GID handling and storage options.
This commit is contained in:
Daniel Luiz Alves
2025-07-22 18:53:54 -03:00
parent 32f0a891ba
commit 6014b3e961
10 changed files with 230 additions and 207 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "palmr-monorepo",
"version": "3.1.5-beta",
"version": "3.1.6-beta",
"description": "Palmr monorepo with Husky configuration",
"private": true,
"packageManager": "pnpm@10.6.0",