Author Topic: Docker persistent storage?  (Read 3406 times)

Offline chmedly

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Docker persistent storage?
« 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,

Offline dvagner

  • Core/UI Developer
  • Jr. Member
  • **
  • Posts: 73
  • Karma: +28/-1
    • View Profile
Re: Docker persistent storage?
« Reply #1 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.

Offline chalaja805

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Docker persistent storage?
« Reply #2 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".


 

Powered by SMFPacks Social Login Mod