Skip to content

Commit

Permalink
upgrade litefs
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Aug 11, 2023
1 parent f66eb3c commit 444ab42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ script_checks = [ ]
timeout = "2s"
tls_skip_verify = false
headers = { }

[[services.http_checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
timeout = "5s"
path = "/litefs/health"
2 changes: 1 addition & 1 deletion other/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ COPY --from=build /myapp/prisma /myapp/prisma
COPY --from=build /myapp/app/components/ui/icons /myapp/app/components/ui/icons

# prepare for litefs
COPY --from=flyio/litefs:0.5.1 /usr/local/bin/litefs /usr/local/bin/litefs
COPY --from=flyio/litefs:0.5.4 /usr/local/bin/litefs /usr/local/bin/litefs
ADD other/litefs.yml /etc/litefs.yml
RUN mkdir -p /data ${LITEFS_DIR}

Expand Down

0 comments on commit 444ab42

Please sign in to comment.