Gradle task to create docker mysql container and fill it with databases and empty tables
Basically the title, is there any good approaches i should look into? Currently i have an idea that gradle task will run docker compose file that creates mysql container and then something like liquibase that creates database and fills it with empty tables , but i’m having troubles finding how to make it real and if this is even possible, and maybe there are other better solutions.