Comment on Jellystat...guide or instructions?
MeatsOfRage@lemmy.world 2 months ago
There’s a link in their Read Me on GitHub under the title about launching with Docker. Are you familiar with Docker?
Comment on Jellystat...guide or instructions?
MeatsOfRage@lemmy.world 2 months ago
There’s a link in their Read Me on GitHub under the title about launching with Docker. Are you familiar with Docker?
iturnedintoanewt@lemm.ee 2 months ago
Thanks…Yeah I saw it. I have a few docker things deployed. But the “getting started” section completely ignores setting up the Postgresql DB, which very clearly it seems to want. This is not listed as a requirement, but still hinted casually around whenever it mentions the user/pass, environment variables etc.
So…is there anywhere mentioned how to get the whole thing up and running, including docker and postgresql?
bobslaede@feddit.dk 2 months ago
They have a
docker-compose.yml
file in the repo. It looks like it has everything all ready for you.