Create Server Docker Compose
Creates the docker-compose.yml file of the service
Event Name
CreateServerDockerCompose
Event Parameters
The default content of the file is a string. If needed, the value can be parsed as an object using a YAML utility. In most cases, there is no need to manipulate this property directly. Instead, use the updateProperties
parameter.
An array that accepts any object that will be merged into the docker-compose file. The object will be deeply merged into the previous state of the file. Multiple plugins can add objects into this array, and they will be merged by the order of execution of the plugins.
The file name of the docker-compose file, the default value is docker-compose.yml
. It is recommended not to change the file name unless specifically needed and the impact is understood.
Was this page helpful?