Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 803 Bytes

static-ips.md

File metadata and controls

15 lines (12 loc) · 803 Bytes

Static IP Addresses

Applications deployed on Heroku don't have a static IP address. But you might need a static IP address to connect with servers outside of Heroku, like a remote database or Solr instance.

QuotaGuard Static

We recommend the QuotaGuard Static Heroku add-on to manage static IP addresses for your Django application.

Examples

We've used it in these projects:

  1. ccfp-asset-dashboard

    • the app runs with the qgtunnel process. connects with a remote database that required an IP address.
    • PR example
  2. Illinois Wastewater Surveillance System

    • run the qgtunnel process for a scheduled ETL, because it connects to a remote database.
    • PR example