• cley_faye@lemmy.world
    link
    fedilink
    English
    arrow-up
    121
    arrow-down
    2
    ·
    3 days ago

    Just checked the part about self-hosting. While it’s probably possible to handle things with a less heavy approach, their only “easy to use” example right now is to have a full-blown kubernetes cluster at hand or run locally in the source directory. That’s a bit much.

    • NekuSoul@lemmy.nekusoul.de
      link
      fedilink
      English
      arrow-up
      43
      ·
      edit-2
      2 days ago

      In the README there’s also instructions for Docker Compose, although it’s quite the compose file, with SIXTEEN containers defined. Not something I’d want to self-host.

      • lostbit@feddit.nl
        link
        fedilink
        English
        arrow-up
        11
        ·
        edit-2
        2 days ago

        it seems to contains development containers and external services containers. So the compose file is more for local dev it seems

        What i do find weird is the choice for Django for the backend. Python is incredibly slow, and django rest framework is even worse.