Start Docker Compose services with validation, health monitoring, and status reporting
/plugin marketplace add pluginagentmarketplace/custom-plugin-docker/plugin install pluginagentmarketplace-docker-container-assistant@pluginagentmarketplace/custom-plugin-docker# /docker-compose-up Command Start Docker Compose services with intelligent validation and monitoring. ## Usage ## Parameters | Parameter | Required | Default | Description | |-----------|----------|---------|-------------| | file | No | docker-compose.yaml | Compose file path | | --build | No | false | Rebuild images | | --detach | No | true | Run in background | | --wait | No | true | Wait for health checks | ## Workflow ### 1. Pre-flight Validation - Validate YAML syntax - Check service definitions - Verify image availability - Validate network/volume references ### 2. Environme...