Has anyone got some experience/advice for choosing between the options? It seems like they are:

My usecase is just to have a local single instance for testing apps against. I prefer to spin stuff up in Docker on the homelab.

  • conrad82
    link
    English
    44 days ago

    Which apps are you testing?

    I set up minio s3 for testing myself, but found that most of my docker services doesn’t really support it. So I went back to good old folders

    • @thirdBreakfastOP
      link
      English
      24 days ago

      One I’m writing. I use the host file system (as I have a strong preference for simple) for it’s storage, but I’m interested in adding Litestream for replicating the database onto AWS.