478 B
478 B
Validate Docker Compose Stack
Validate the Compose stack named in $ARGUMENTS.
If $ARGUMENTS is empty, inspect the repository and validate all *-compose.yml files you can safely validate.
Steps:
- Identify the compose file and matching
.env.examplefile. - Run
docker compose configwith the example env file when possible. - Report syntax errors, missing variables, unsupported options, and manual values required.
- Do not modify files unless the user asks.