Hacker News new | ask | show | jobs
by gabereiser 1801 days ago
What’s the reason there isn’t a docker compose-able way to run this? Did I miss something?

I like the software, and congrats on making it available to all. Wish there was a simple compose up option.

2 comments

You can. In the repo there is

> bin/container-setup

You just need to copy the .env_sample file to .env. I ran it on my Mac and worked right out the gate to poke around locally.

They don't use docker but podman.
One would hope that their container images are also compatible with real Docker. As for compose, that sounds like a nice project for the community.
The containers should work fine with Docker or Podman.