Skip to content

Commit c9ca819

Browse files
committed
first commit
1 parent 79ce567 commit c9ca819

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fastapi-postgres/fly.toml

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

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

1820
[http_service]
1921
internal_port = 80

0 commit comments

Comments
 (0)