pezzolabs / pezzo

🕹️ Open-source, developer-first LLMOps platform designed to streamline prompt design, version management, instant delivery, collaboration, troubleshooting, observability and more.
https://pezzo.ai
Apache License 2.0
2.55k stars 211 forks source link

Automatically apply DB migrations when running with Docker Compose #194

Closed arielweinberger closed 1 year ago

arielweinberger commented 1 year ago

Proposal

Currently, it is needed to manually run DB migrations using the Prisma CLI. However, when deploying Pezzo via Docker Compose, it is desired that the migrations will apply automatically when spinning up the services, so no manual intervention is needed.

Use-Case

No response

Is this a feature you are interested in implementing yourself?

Yes