We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8232a commit cb4a61dCopy full SHA for cb4a61d
fastapi-postgres/debug.py
@@ -9,7 +9,6 @@
9
10
from app import create_app
11
12
-
13
def run_app():
14
app_debug = create_app(docs=True)
15
fastapi-postgres/fly.toml
@@ -17,6 +17,7 @@ dockerfile = './Dockerfile'
17
source = 'pg_data'
18
destination = '/data'
19
20
+
21
[http_service]
22
internal_port = 80
23
force_https = true
@@ -25,6 +26,6 @@ dockerfile = './Dockerfile'
25
26
min_machines_running = 1
27
28
[[vm]]
- memory = '1gb'
29
- cpu_kind = 'shared'
30
- cpus = 1
+memory = '256mb'
+cpu_kind = 'shared'
31
+cpus = 1
0 commit comments