I have docker springboot application which is using docker Postgres database and flyway as a database migration tool but when I run docker-compose up it throws exception that
org.postgresql.util.PSQLException: FATAL: database "my_db" does not exist
the Question is how to create the database inside the Postgres docker image using flyway