Jump to content

IPS Docker Compose setup


Recommended Posts

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!

Link to comment
Share on other sites

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 by aia
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
Ɨ
Ɨ
  • Create New...