I have a DB"CouchDB" setting on a Droplet"vps" and i was wonder the best way to connect it to my Python API On the App Platform. Was thinking a vpn but not sure if possible to setup a vpn from App platform to a Droplet.
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.
Hi there,
As of the time being the App Platform does not come up with a static IP address, so you would need to open up your Droplet to accept connections from anywhere.
There is an idea already submitted for this which you could upvote here:
https://ideas.digitalocean.com/digitalocean/p/app-platform-static-ip
In the meantime, whenever possible I would suggest using a managed database as those can be secured using the trusted sources:
https://www.digitalocean.com/products/managed-databases
Best,
Bobby