mesa@piefed.social to Technology@lemmy.worldEnglish · 24 days agoGiving Up on Element & Matrix.orgxn--gckvb8fzb.comexternal-linkmessage-square201fedilinkarrow-up1302arrow-down120
arrow-up1282arrow-down1external-linkGiving Up on Element & Matrix.orgxn--gckvb8fzb.commesa@piefed.social to Technology@lemmy.worldEnglish · 24 days agomessage-square201fedilink
minus-squareMangoPenguin@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·edit-222 days agoMost 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
minus-squareAnimalsDream@slrpnk.netlinkfedilinkEnglisharrow-up1·22 days agoSo, 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?
minus-squareMangoPenguin@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·edit-222 days agoYou 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.
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: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?
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.