Implement service type `command`
Now you can do the following in deploy.yml:
services:
custom:
type: command
command: "<your custom command>"
env:
...
This will run <your custom command> as a service.
Now you can do the following in deploy.yml:
services:
custom:
type: command
command: "<your custom command>"
env:
...
This will run <your custom command> as a service.