2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-22 12:14:57 +02:00
Commit graph

6 commits

Author SHA1 Message Date
Philipp Holzer b3807c23d7
Cleanup config
- Remove deprecated statements
- Move session_handler to right place
- Add new distributed cache capability
2021-12-13 20:12:52 +01:00
Philipp Holzer 969e173e59
Fix usage of "SMTP_DOMAIN" 2021-03-27 22:09:53 +01:00
nupplaPhil fbfa30b0cd
Replace HOSTNAME environment variable with SMTP_DOMAIN (fixes https://github.com/friendica/docker/issues/79 ) 2020-02-25 22:57:05 +01:00
Philipp Holzer 33c5e36247
Fix config-entry for admin_email 2020-01-29 22:51:43 +01:00
Philipp Holzer 3bd5f5eef1
Fixing storage directory 2019-07-19 17:43:02 +02:00
Philipp Holzer 841a0b438b
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)
2019-07-19 17:37:44 +02:00