• Platform Angle Right by Iconscout from Unicons - https://iconscout.com/unicons
  • Disks

Disks

Lade disks are shared file systems for your applications. Disk access is shared between application replicas. Files written outside of disks are ephemeral and will not persist across deployments.

Adding to Your App

You can add a Lade disk to your app with the CLI:

$ lade disks add mydisk --app myapp --path /home/web/app/media

You will be prompted to select an available disk plan. To use this disk, you can set the path of your media folder to /home/web/app/media.

Expanding Your Disk

You can expand your Lade disk with the CLI:

$ lade disks update mydisk --app myapp --plan disk-16gb