secs-dev / itmo-dating

Dating Service for ITMO students.
0 stars 0 forks source link

Setup postgres databases and migrations #19

Closed vityaman closed 3 weeks ago

vityaman commented 1 month ago

For each service people and matchmaker setup some database project with database migration file. Run databases via Docker Compose. I suggest to use liquibase. Migrations should be run as a separate executable, as running migrations on service startup leads to problems, when there are multiple instances of this service. Add them to docker compose config.

Steps