Closed DavidBilodeau1 closed 3 months ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on this repository.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
I could write detailed howto on how to start your own development environment (including frontend, not backend only). As for docker compose - it would be best to split Dockerfile into stages - one to build whole app as a container (including mysql) and other one to build without mysql for docker compose. But for now it will do. Thank you :)
@algirdasc yes if you could write a how to I would appreciate it. I built a setup with docker compose but it is not optimal. Thank you!
I added a docker-compose.yml file to make it easier to start developing. Also added the proper documentation for it.