Stateless Joomla on Docker possible??

Need help installing Joomla! 3.x? For all Joomla! 3.x installation issues please use this forum.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
fbc
Joomla! Intern
Joomla! Intern
Posts: 78
Joined: Tue May 02, 2006 6:43 pm
Location: guadalajara,jalisco,mexico
Contact:

Stateless Joomla on Docker possible??

Post by fbc » Thu May 13, 2021 11:25 am

In trying to find the list of directories that change during the normal course of use. (Excluding tmp, cache, etc directories) I was looking for the plugin and modules directory.

The problem is that they don't start off blank. The base install of Joomla has a default set of components/modules already installed. So you can't just move your plugins directory and config file to another Joomla base install and expect it to work, because there are components/module/etc from the old installation intermingled coming with you.

The images directory is easy enough as that does not come with anything specific to the previous Joomla version.

Is there any way to create a 3rd party plugin/components/modules directories and tell Joomla to install your plugins/components/modules there? So you can move it from install to install without fuss?

I just want to make a docker-compose file where pull the latest git version of Joomla, and map the config file, image and plugin directories to where they are supposed to be and launch.
Drawing1.png
You do not have the required permissions to view the files attached to this post.
Frank B.
Guadalajara, Jalisco, Mexico

User avatar
brian
Joomla! Master
Joomla! Master
Posts: 12787
Joined: Fri Aug 12, 2005 7:19 am
Location: Leeds, UK
Contact:

Re: Stateless Joomla on Docker possible??

Post by brian » Thu May 13, 2021 11:19 pm

its not just physical files. there are database records as well to think about.
"Exploited yesterday... Hacked tomorrow"
Blog http://brian.teeman.net/
Joomla Hidden Secrets http://hiddenjoomlasecrets.com/

fbc
Joomla! Intern
Joomla! Intern
Posts: 78
Joined: Tue May 02, 2006 6:43 pm
Location: guadalajara,jalisco,mexico
Contact:

Re: Stateless Joomla on Docker possible??

Post by fbc » Fri May 14, 2021 1:01 am

brian wrote:
Thu May 13, 2021 11:19 pm
its not just physical files. there are database records as well to think about.
Yes, that is correct, it's that way by design. They are supposed to use the same DB.
Frank B.
Guadalajara, Jalisco, Mexico


Locked

Return to “Installation Joomla! 3.x”