Spring Boot Docker Compose Support

แชร์
ฝัง

ความคิดเห็น • 8

  • @ranendas73
    @ranendas73 10 หลายเดือนก่อน +1

    Beautiful tute- simple and to the points

  • @rieckpil
    @rieckpil 9 หลายเดือนก่อน +1

    Great video, Simon 🥳

  • @CompIT0597
    @CompIT0597 9 หลายเดือนก่อน +1

    All these are new feature in spring boot ❤

    • @simonmartinelli
      @simonmartinelli  9 หลายเดือนก่อน

      Yes it’s a great framework

  • @stefumies
    @stefumies 3 หลายเดือนก่อน

    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

    • @simonmartinelli
      @simonmartinelli  3 หลายเดือนก่อน

      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?