Thanks for the kind words! Could you link me to the apache container you use? I would like to replace nginx since it’s not officially supported but still need to do some research on apache
Comment on I dockerized my Nextcloud
redcalcium@lemmy.institute 7 months ago
People usually come here looking for advice on how to replace their dockerized nextcloud setup with a bare-metal setup. Now you came along presenting a solution to the reverse! Bravo!
What do you guys think about putting the different components (webserver, php, redis, etc.) in separate containers like this, as compared to all in one?
I actually has a similar setup, but with nextcloud apache container instead of php-fpm.
flor0@sh.itjust.works 7 months ago
redcalcium@lemmy.institute 7 months ago
I’m currently using
nextcloud:26-apache
because some nextcloud apps I use is not compatible with v27 and v28 yet. The apache version is actually less hassle to use because nextcloud can generate .htaccess configuration dynamically by itself, unlike php-fpm version where you have to maintain your own nginx configuration. The php-fpm version is supposedly faster and scale better though, but chance that you won’t see that benefits unless your server handles a large amount of traffics.
atzanteol@sh.itjust.works 7 months ago
Docker is bare metal
ilmagico@lemmy.world 7 months ago
Well, since we want to be technical … Docker is not bare metal. Linux apps are not bare metal. Arduino is bare metal.
atzanteol@sh.itjust.works 7 months ago
No. The phrase means that you’re not running in a virtual machine.
ilmagico@lemmy.world 7 months ago
That’s only the meaning you’re used to, and that’s my point. It depends on the context. I can assure you that, in the context of microcontrollers, for example, “bare metal” means running without an OS.