Replies: 1 comment 4 replies
-
Hey @faqndo97, thanks for the idea. I don't currently use Docker so I don't feel comfortable bringing it in to the project. I don't want to be stuck maintaining something I know very little about. You are free to use this for your own machine, though! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I just forked the project and I'm seeing we need to install Postgres and Redis for the project. One tactic that I've been using for some time is to have a
docker-compose.yml
just to initialize the storage (Postgres and Redis in this case).Here is an example of a
docker-compose
from another project. Pretty simple and small but reduce the number of things to have installed in the devs' machine and ensure everyone uses the same versions of them.Would you be interested in adding this here?
Beta Was this translation helpful? Give feedback.
All reactions