Cap
Cap copied to clipboard
Run app via docker-compose
The contributing guide (and how to start the app for the first time) looks pretty straightforward, but running docker-compose up
would be even more.
I'd like the maintainer's opinion about this idea.
100%. This is planned. Unless someone wants to make a contribution before I get to it 😄
Any specific image you have in mind? I'd take a node image and pnpm/rust/whatever is needed, but want to check first
Also, do we have tests to be run to check if the given image works?
@richiemcilroy , I would love to work on this
pnpm dev
is our run-it-all command now, we use docker-compose up
for running a mysql instance. I think that's enough to close this issue?
pnpm dev
is our run-it-all command now, we usedocker-compose up
for running a mysql instance. I think that's enough to close this issue?
Thanks but I really would like full control over the compose. I don't think this is sufficient for the question to close.