$ postgres-start.sh
$ flyway-migrate.sh
$ postgres-stop.sh
$ flyway-clean-schema.sh
A pgadmin container has been added to easily check the local database content. It can be accessed just browsing http://locahost:8000 after the local database has been started. To check the login credentials just see the docker-compose.yml
file.