I have been having a depressing blocker for almost 5 weeks.
Deploying my springboot application + mysql online
I have tried several things and this is the latest in a line of depressing and frustrating attempts. (my aws account is already having issues and customer support has not been worked out there)
I have created a docker file, created my docker compose file, I have successfully ran “docker-compose build”, but on running “docker-compose up”, I keep getting a series of unforgiving errors, that i am struggling to debug or understand, as the code runs successfully without docker compose.
I would appreciate any help, because I need to dockerize it with docker compose before hosting on render or railway.
I tried to use docker compose to containize and deploy my springboot + mysql application, I expect the application to run successfully so i can deploy it on render or railway or etc
Sample error messages
Chinecherem Ubawike is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.