Sync Compose Params




sync-compose.json Container parameters

Container Definition.

contianer_name
!Required must be a object that contains container mounts.
my-container-name:{}
from_location
project location to copy from
to_location
container's location to copy to. can be a mounted volume
only_on_load
default: false - specify if only should copy on sync-start


sync-compose.json



{
"containers":{
"contianer_name":{
"to_location":"from_location"
}
}
}