krbob Posted August 3 Posted August 3 Hello everyone! Recently, I reactivated my 18-year-old license. Long live boomer communication methods in the age of Facebook!Ā š I've prepared a project on GitHub with a complete Docker Compose stack, which I intend to use to launch my community. However, before that happens, I would like to ask more experienced self-hosters to take a look at my configuration and provide any advice. It's been a while since I last hosted anything on my own, and I'm a bit "out of the loop." https://github.com/krbob/docker-invision-community Thanks in advance! aia 1
aia Posted August 3 Posted August 3 (edited) Why Apache and not Nginx? Also, for every Docker image, Iād use the lightest possible image (Alpine-based instead of Bookworm, for example). For php.ini, Iād add opcache configuration. Also, consider using the ImageMagick PHP extension. Edited August 3 by aia krbob and balazsp 1 1
krbob Posted August 4 Author Posted August 4 13 hours ago, aia said: Why Apache and not Nginx? Also, for every Docker image, Iād use the lightest possible image (Alpine-based instead of Bookworm, for example). For php.ini, Iād add opcache configuration. Also, consider using the ImageMagick PHP extension. Thanks for the very good advice regarding PHP! As for Apache, it's more a matter of my habit from the old days. š Regarding the lack of use of Alpine, I'm not a fan of the idea of saving a few dozen megabytes of transfer/disk space at the risk of potential bugs related to the lack of glibc in Alpine, as well as generally using a much less tested distribution.
Recommended Posts