epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.47k stars 368 forks source link

fly.toml not using `source = litefs` #829

Closed nicolas-besnard closed 1 month ago

nicolas-besnard commented 1 month ago

Hi,

By looking at Fly's documentation about LiteFS, I realised it says that the mount section should be as follow:

[mounts]
  source = "litefs"
  destination = "/var/lib/litefs"

But in this project, we have

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

Is there any reason why this project is not using a lifets source?

kentcdodds commented 1 month ago

It doesn't really make a difference when it's called. I'm pretty sure I put my solution together before those docs existed. Additionally, the volume that we are mounting isn't exclusively for LiteFS necessarily.