mirror of
https://github.com/friendica/docker
synced 2025-12-07 09:47:08 +01:00
Add dynamic config compatibility
- Use APCu cache as default caching mechanism - Add explicit redis environment variables for redis lock-support - Add a lot of environment variables, which aren't part of admin-page - Add possibility to disable URL & E-Mail validation (for demo-page) - Dynamically copy /config/ content without overwriting existing one Add opcache support for performance reason Add multi-core support for php extensions install Bump redis version to 5.0.1 (last stable) Exclude /log/ directory during sync (to avoid deleting logs)
This commit is contained in:
parent
617b12fd7f
commit
841a0b438b
49 changed files with 845 additions and 122 deletions
10
upgrade.exclude
Normal file
10
upgrade.exclude
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/.git/
|
||||
/photo/
|
||||
/proxy/
|
||||
/.htconfig.php
|
||||
/.htaccess
|
||||
/home.*
|
||||
/config/
|
||||
/storage/
|
||||
/log/
|
||||
*.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue