How much storage is available in a container?

Hello!

I’m curious about the amount of non-persistent storage available for containers, as I’m considering an alternative approach for handling PocketBase’s logs.db file. My concern arises from the realization that users can significantly inflate my volume’s storage by generating extensive logs, which occupy a considerable amount of space. Despite attempting to manage log persistence, the issue persists. I’m contemplating whether relocating logs.db to the container’s storage could offer a solution. Thank you for your insights.

Hi,

I believe the unofficial answer is you get ~8GB of ephemeral storage. But that will be lost on a restart and so the recommended approach is to use a volume to store data.

For more:

and

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.