Issue with Postgresql here is that the default user -"myuser" in the yaml file doesn't exist in the database that is created in the container 5432 failed: FATAL: role "myuser" does not exist
I don't get this issue. The POSTGRES_USER environment variable is a predefined variable of the Docker image hub.docker.com/_/postgres Can you share a reproducible example?
Beautiful tute- simple and to the points
Thank you very much
Great video, Simon 🥳
Thanks 😁
All these are new feature in spring boot ❤
Yes it’s a great framework
Issue with Postgresql here is that the default user -"myuser" in the yaml file doesn't exist in the database that is created in the container
5432 failed: FATAL: role "myuser" does not exist
I don't get this issue. The POSTGRES_USER environment variable is a predefined variable of the Docker image hub.docker.com/_/postgres
Can you share a reproducible example?