AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: chmedly on July 30, 2022, 03:59:31 PM

Title: Docker persistent storage?
Post by: chmedly on July 30, 2022, 03:59:31 PM
I'm looking through the documentation for docker installation and I'm not seeing a reference to which directories need to be mapped outside the container for persistent storage. Is this documented somewhere that I'm just missing?

Thanks,
Title: Re: Docker persistent storage?
Post by: dvagner on August 01, 2022, 01:27:03 AM
It all depends on what you need. For development, they usually take the root directory of the site and the database outside the container. For operation, only the database is taken out of the container.
Title: Re: Docker persistent storage?
Post by: chalaja805 on March 28, 2023, 09:15:10 AM
Yeah, I fire up a Postgres database for local development. I am using Postgres on AWS and it just works. I realize with this project that may go against the goal of "bare metal".