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.
- Select the service where you want to attach volumes.
- Navigate to the Volumes tab.
- Define the volumes to be attached.
- 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.
- Open the service.
- Navigate to the Volumes tab.
- Remove the desired volume(s).
- 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.