Problem with running SpringBoot app in docker container with db in other container
I am new to docker, I have built a spring boot app that uses oracle SQL runing in a container in a port 1521:1521 When application is being run using IntelliJ all works correct but when i made this simple…