Comment on Introducing reitti: a selfhosted alternative to Google Timeline
beerclue@lemmy.world 3 days agoMay I ask what you mean by NixOS support? There’s a docker compose you could use in their repo…
Comment on Introducing reitti: a selfhosted alternative to Google Timeline
beerclue@lemmy.world 3 days agoMay I ask what you mean by NixOS support? There’s a docker compose you could use in their repo…
Sibbo@sopuli.xyz 2 days ago
But then I’d have to combine that with existing services myself. NixOS ensures that there is only one postgres running for example, such that not every service starts its own postgres instance.
For immich, for example the following us enough for a most basic configuration:
beerclue@lemmy.world 2 days ago
I see what you mean, interesting. Didn’t really look at NixOS as a server os. I personally prefer using multiple compose files (in the process of migrating to k8s). I share resources too, like in your example, I just point to the existing DB instance, not create a new one for each new service.