Volumes
Parameters
Volumes
A list of volumes to attach to each running task in the service. This list is derived from your compose.yaml
file. Only volumes of mount type volume
are deployed to running tasks.
Volume type may be either Elastic File System
or Bind (Ephemeral)
. Elastic File System volumes are persisted between restarts and are shared between tasks. If Elastic File System is selected as the type, then a Elastic File System ID
may optionally be provided. If not provided, then Beaker Studio will create an Elastic File System. Bind volumes are not persisted.
For pricing on Elastic File Systems, see Amazon’s Elastic File System pricing.
All volumes specified in compose.yaml
for a service regardless of type remain during the build phase.
Advanced: Ephemeral Storage (GiB)
The maximum amount of ephemeral storage in GiB to attach to the task. This storage is attached to the task and is not persisted between restarts. It is used for Bind (Ephemeral)
volumes.