path attribute that resolves to the directory path:
specific.hcl
Attributes
| Attribute | Description |
|---|---|
path | Absolute path to the volume directory. |
How it works
- In production: each volume is backed by a persistent disk, and
pathresolves to/volumes/{name}inside the container. - In development (
specific dev): each volume maps to a local directory at.specific/keys/.../data/volumes/{service}/{name}/.
Multiple volumes
A service can define multiple volumes:specific.hcl