Storage

Every component gets a persistent volume on the node's SSD, sized in the spec and priced per gigabyte. Data survives restarts and follows the app when it moves.

A volume per component
Declare the path inside the container. Whatever the process writes there is kept on the node's disk.
Follows the app
If a node drops, the network re-places the instance. Mark the path synced and the data comes with it.
Backups
Backups run from the deployment page to Flux Drive or any HTTPS target, and restore the same way.
1 GB to 820 GB
Per component, on NVMe or SSD depending on tier. Priced by the network's formula, no egress fees.
In the spec

The data path is one field per component. Prefix it with r: to keep the volume in sync across all instances of the app.

containerData: "/var/lib/postgresql/data"   # persisted
containerData: "r:/data"                    # persisted and synced between instances
Flux Drive is the hosted, IPFS-backed file storage with plans from 10 GB: upload, share by link, version files, and use it from scripts with an API key.