spring.datasource.url=jdbc:postgresql://db:5432/pedidosdb spring.datasource.username=postgres spring.datasource.password=postgres spring.jpa.hibernate.ddl-auto=update #spring.jpa.show-sql=true #spring.sql.init.mode=always server.port=8081