Most of the stuff I run on my server is just a basic docker-compose.yaml file and it’s up and running. Some random examples:
- Immich
- Peertube
- Pinchflat
- Vaultwarden
- Mealie
Most of the stuff I run on my server is just a basic docker-compose.yaml file and it’s up and running. Some random examples:
AnimalsDream@slrpnk.net 4 days 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 4 days ago
You need to learn some docker stuff, but the underlying OS can be anything including Windows, and the database is part of the docker-compose stack and is handled automatically, I used the SQLite docker-compose file they provide.