hugoprudente / charts

FoundryVTT from 0.6 to 12.x
https://hugoprudente.github.io
Apache License 2.0
24 stars 17 forks source link

Add bind mount alternative for local usage. #18

Closed hugoprudente closed 3 years ago

hugoprudente commented 3 years ago

Using systems like kind or other we can take advantage of kubernetes for local powerful deployment, but managing the files inside the Pod in Docker it's kinda heavy so mounting as bind it's a good alternative for testing and backing management.

The default configuration would be disable and it's only enable in case you don't enable the PV configuration.