You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where `<type>` is `ip_addr` and `<value>` is the IP address of the application server. See the [DigitalOcean documentation](https://docs.digitalocean.com/reference/doctl/reference/databases/firewalls/append/) for more details.
71
71
72
-
**Note:** You can only complete this step after you have deployed your application layer and obtained the IP address of the application server.
72
+
**Note:** You can only complete this step after you have deployed your application layer and obtained a static IP address for the application server.
73
73
74
74
## Deploying and Configuring the FastAPI App
75
75
@@ -80,8 +80,9 @@ The big advantages of deploying on Modal.com are:
80
80
2. that it's a very user-friendly platform.
81
81
82
82
The disadvantages are:
83
-
1. that Modal is a Python-only platform and cannot run the database layer, so you'll have to deploy that somewhere else, and
84
-
2. that you'll need to make some modest changes to the codebase to get it to work on Modal.
83
+
1. that Modal is a Python-only platform and cannot run the database layer, so you'll have to deploy that somewhere else,
84
+
2. that you'll need to make some modest changes to the codebase to get it to work on Modal, and
85
+
3. that Modal offers a [static IP address for the application server](https://modal.com/docs/guide/proxy-ips) only if you pay for a higher-tier plan starting at $250/year, which makes securing the database layer with a firewall rule cost prohibitive.
0 commit comments