Skip to content

Commit 79ce567

Browse files
committed
first commit
1 parent 91fac8d commit 79ce567

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

fastapi-postgres/common/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# flyctl proxy 5432 -a full-stack-db
1919
if IS_LOCAL:
2020
DATABASE_URL = DATABASE_URL
21+
2122
# DATABASE_URL = DATABASE_URL_PROD
2223

2324

fastapi-postgres/fly.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ dockerfile = './Dockerfile'
1313
[env]
1414
PORT = '80'
1515

16-
[[mounts]]
17-
source = 'pg_data'
18-
destination = '/data'
16+
1917

2018
[http_service]
2119
internal_port = 80

0 commit comments

Comments
 (0)