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

11 commits

Author SHA1 Message Date
Philipp Holzer 11e884d952
run ./update.sh 2020-01-02 21:50:28 +01:00
Philipp Holzer e0448d4ac2
Fix $MYSQL_PORT default fallback & Removes the packed binary in favour of the already working upstream executable 2020-01-02 21:49:01 +01:00
Tianon Gravi 199eeec6c8 Minor syntax/correctness tweaks 2019-12-30 16:53:22 -08:00
Philipp Holzer 43b1640b80
Add MySQL DB wait possibility
- remove sleep
- Add new binary "wait-for-connection" in /usr/local/bin
- Use new possibility for auto-installer
2019-11-28 20:50:59 +01:00
Philipp Holzer 802a07d7af
Add "exec" to cron.sh start so it becomes PID 1 2019-11-16 21:59:34 +01:00
Philipp Holzer 43eefc24ff
Fixings for offical-images
- Fixed *.sh mode
- Removed label
- Fixed RUN settings
- Removed superfluous debMultiarch
2019-08-25 23:00:16 +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
Philipp Holzer 19a99bd270
Restructure top-level directory for a better understanding 2018-12-29 20:46:29 +01:00
Philipp Holzer 8493e35da4
Bugfixing & Upgrading
- upgrade version
- fixing alpine Dockerfile (openssl to libressl)
- adding examples for SSMTP
- README updates & bugfixing
- Removed shell-script "friendica"
- Removed old .htconfig
- Adding SMTP example
- Upgrading docker-compose files
- Added upgrade.exclude list
2018-10-04 23:22:47 +02:00
Philipp Holzer 4877b846a8
Bugfixings
- directory for worker.php changed to `bin/`
- `composer install` isn't necessary for stable images
- copy_sources should work for future *-rc branches too
2018-06-09 14:55:51 +02:00
Philipp Holzer b46fae9173
Change update & maintenance process
- Using 2018.05-rc as stable/productionin
- Using "update.sh" for creating the environments (single point of
change)
2018-05-24 21:20:25 +02:00
Renamed from stable/apache/cron.sh (Browse further)