• MangoPenguin@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        12 hours ago

        Most of the stuff I run on my server is just a basic docker-compose.yaml file and it’s up and running in a minute or two. Some random examples:

        • Immich
        • Peertube
        • Pinchflat
        • Vaultwarden
        • Mealie
        • AnimalsDream@slrpnk.net
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 hours ago

          So, going from Mealie’s instructions, having to learn how to work with Docker, whatever underlying server you’re working with, and a database system is easy 2-5 minutes?

          • MangoPenguin@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            11 hours ago

            You need to learn some Docker stuff initially for sure, but the underlying OS can be anything including Windows which is why Docker is nice.

            The database for Mealie is part of the app already and is handled automatically, with the SQLite docker-compose file they provide.