StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool
https://thunderdome.dev
Apache License 2.0
418 stars 109 forks source link

Is there a way to initialize the DB without building? #586

Closed korggy closed 2 months ago

korggy commented 3 months ago

I would like to run a local instance using the production image, but it doesn't seem to initialize the database on startup. Is there a way to initialize the database without rebuilding the app from scratch? Thank you!!

StevenWeathers commented 3 months ago

The db migrations are checked and run on every application startup. Just point the application to a Postgres instance and it should work.