Skip to content

Commit cb4a61d

Browse files
committed
first commit
1 parent bf8232a commit cb4a61d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fastapi-postgres/debug.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from app import create_app
1111

12-
1312
def run_app():
1413
app_debug = create_app(docs=True)
1514

fastapi-postgres/fly.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dockerfile = './Dockerfile'
1717
source = 'pg_data'
1818
destination = '/data'
1919

20+
2021
[http_service]
2122
internal_port = 80
2223
force_https = true
@@ -25,6 +26,6 @@ dockerfile = './Dockerfile'
2526
min_machines_running = 1
2627

2728
[[vm]]
28-
memory = '1gb'
29-
cpu_kind = 'shared'
30-
cpus = 1
29+
memory = '256mb'
30+
cpu_kind = 'shared'
31+
cpus = 1

0 commit comments

Comments
 (0)