dFlow LogodFlow
GuidesFundamentalsVolumes

Volumes

Volumes in dFlow store persistent data for your services, ensuring it remains intact across restarts and deployments.

Attaching Volumes

In dFlow, one or more volumes can be attached to a service to ensure persistent data storage.

  1. Select the service where you want to attach volumes.
  2. Navigate to the Volumes tab.
  3. Define the volumes to be attached.
  4. Save the configuration to apply changes.

Mounted – The volume is actively attached to the service, allowing it to read and write data as needed.

Not Mounted – The volume is not currently attached to the service, so its data cannot be accessed by that service.

Deleting Volumes

If a volume is no longer required, it can be removed from a service.
Deleting a volume will prevent the service from accessing its mounted data, while the data on the host machine will remain intact.

  1. Open the service.
  2. Navigate to the Volumes tab.
  3. Remove the desired volume(s).
  4. Save the configuration to apply changes.

Volumes Limitations

Currently, Volumes can only be configured for services of type Docker and App. Adding new volumes for database services is not supported.

On this page

Edit on GitHub