You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside the directory run:
docker-compose up -d
Run the following to perform migrations:
docker-compose run --rm flyway -url=jdbc:postgresql://postgres:5432/flyway -user=postgres -password=mysecretpassword migrate