2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-07 01:28:05 +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:
Philipp Holzer 2019-07-19 17:37:44 +02:00
commit 841a0b438b
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
49 changed files with 845 additions and 122 deletions

View file

@ -26,6 +26,7 @@ services:
- MYSQL_DATABASE=friendica
- FRIENDICA_ADMIN_MAIL=root@friendica.local
- SITENAME=Friendica PWD Test Node
- FRIENDICA_NO_VALIDATION=true
hostname: friendica.local
depends_on:
- db