pizza icon indicating copy to clipboard operation
pizza copied to clipboard

feat: docker compose files

Open mtfoley opened this issue 1 year ago • 2 comments

Description

Adds a docker compose file to ease local development.

  • [x] Docker compose spins up local postgres database
  • [ ] Docker compose includes migrate service that prepares database for use by API
  • [ ] Docker compose includes service that allows hot reloading of microservice, e.g. using "air" utility

What type of PR is this? (check all applicable)

  • [x] 🍕 Feature
  • [ ] 🐛 Bug Fix
  • [ ] 📝 Documentation Update
  • [ ] 🎨 Style
  • [ ] 🧑‍💻 Code Refactor
  • [ ] 🔥 Performance Improvements
  • [ ] ✅ Test
  • [ ] 🤖 Build
  • [ ] 🔁 CI
  • [ ] 📦 Chore (Release)
  • [ ] ⏩ Revert

Related Tickets & Documents

Resolves #50

Mobile & Desktop Screenshots/Recordings

Added tests?

  • [ ] 👍 yes
  • [x] 🙅 no, because they aren't needed
  • [ ] 🙋 no, because I need help

Added to documentation?

  • [ ] 📜 README.md
  • [ ] 📓 docs.opensauced.pizza
  • [ ] 🍕 dev.to/opensauced
  • [ ] 📕 storybook
  • [ ] 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

mtfoley avatar Sep 15 '23 14:09 mtfoley