I have been trying to deploy my dynasty fantasy football web app (Angular 11, Express, Postgres, Python cron) using docker-compose and nginx. I have all my images deployed to docker hub and am currently running them in a droplet. However, whenever I try to go to the domain (dynasty-daddy.com) or the IP, I get a timeout error. I also received a time-out error when trying to set up certbot with my domain. What are some causes of this issue and how do I debug it and deploy my site?
(I have been following the set up from this youtube tutorial: https://www.youtube.com/watch?v=hf8wUUrGCgU&list=PLFBirL3MAv29JsC0G3ARt0fNWoK2PAdI6&index=13)
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hey @sleepingaquamarineclam,
Have you pointed your Domain to your Droplet? Additionally, how does your Nginx config looks like?
One other thing, do you see anything in the logs in terms of errors?