Spring Boot Demo Spring Boot tutorial https://www.youtube.com/watch?v=vtPkZShrvXQ&t=5230s Build it using: mvn clean install To run this, install docker and docker-compose. docker-compose up Now, get the postgres container id using docker ps Get into to the posgres-container and execute the script. docker exec -it POSTGRES_CONTAINER_ID "sh" sh /tmp/postgres_starter_script.sh The application is live now!