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.

  • conrad82English
    arrow-up
    4
    arrow-down
    0
    ·
    1 month ago
    link
    fedilink

    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

    • thirdBreakfastOPEnglish
      arrow-up
      2
      arrow-down
      0
      ·
      1 month ago
      link
      fedilink

      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.