After docker compose up

I have fedora Linux system. I created a Java app with spring boot and I have dockerize it. The issue now is whenever I call a service, with Postman or with browser, I receive "error: Service Unavailable. stats 503. So, what could be the reason and how to fix it?
Thank you

what does the logs provide for that container? ( docker logs CONTAINERID/NAME )