Question
How to setup a Flask app using Docker as a standalone website
Hello,
I’m reaching out with respect to a problem I had earlier and am now taking a new simpler approach. I have a dockerized Flask app that I want as a standalone web page.
I followed this great guide here to spin up a droplet with a Flask app on it through Docker.
I want to essentially do this and have it be a subdomain of a site I already own. Say my site is mysite.us and I want this droplet to be @ demo.mysite.us
How would I go about setting that up? Thanks!
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.
×
my domain name is purchased on GoDaddy, would i simply register a new A record for the subdomain to point to the droplet’s IP address?