minus-squarelostbit@feddit.nltoTechnology@lemmy.world•France and Germany, in joint collaboration, have developed a Google Docs alternative - and its awesome! (Netherlands are currently onboarded)linkfedilinkEnglisharrow-up7·edit-28 hours agoit 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. linkfedilink
minus-squarelostbit@feddit.nltoTechnology@lemmy.world•France and Germany, in joint collaboration, have developed a Google Docs alternative - and its awesome! (Netherlands are currently onboarded)linkfedilinkEnglisharrow-up2·8 hours agok8s is overkill for a lot of homelabs. Using docker compose is a fraction of that complexity linkfedilink
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.