Skip to content

Commit

Permalink
add fly volume
Browse files Browse the repository at this point in the history
  • Loading branch information
zifnab06 committed Dec 27, 2024
1 parent 1dfab3c commit 920c38e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ FROM busybox
COPY static /static
COPY templates /templates
COPY --from=builder /app/tribble /
COPY schema.sql /

CMD ["/tribble"]
4 changes: 4 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ kill_timeout = "5s"
type = "requests"
soft_limit = 200
hard_limit = 450

[mounts]
source = "statsdb"
destination = "/data"

0 comments on commit 920c38e

Please sign in to comment.