Docker Compose is a cli tool from the great people at Docker. It’s a supported tool in tyche. I’ve personally found it to be very powerful when used to create prod-like and reliable development environments.
To use this tool, simply add it to the task definition:
{
"exec": {
"docker-compose": {}
}
}
Here are the available keys/values the tool accepts:
bold is the default, if the key is required.
docker-compose updocker-compose downdocker-compose builddocker-compose pulldocker-compose rundocker-compose.yml file, which is the defaultdocker-compose rundown