Is this the containers part?
[
{
"Type": "volume",
"Name": "appwrite_appwrite-certificates",
"Source": "/var/lib/docker/volumes/appwrite_appwrite-certificates/_data",
"Destination": "/storage/certificates",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "volume",
"Name": "appwrite_appwrite-functions",
"Source": "/var/lib/docker/volumes/appwrite_appwrite-functions/_data",
"Destination": "/storage/functions",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "volume",
"Name": "appwrite_appwrite-uploads",
"Source": "/var/lib/docker/volumes/appwrite_appwrite-uploads/_data",
"Destination": "/storage/uploads",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "volume",
"Name": "appwrite_appwrite-cache",
"Source": "/var/lib/docker/volumes/appwrite_appwrite-cache/_data",
"Destination": "/storage/cache",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "volume",
"Name": "appwrite_appwrite-config",
"Source": "/var/lib/docker/volumes/appwrite_appwrite-config/_data",
"Destination": "/storage/config",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],