eCommerce construction > Installation and Configuration

Docker persistent storage?

(1/1)

chmedly:
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,

dvagner:
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.

chalaja805:
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".

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod