Apply a nyx compose file and start the stack
POST/v1/compose/up
Parses a compose file (strict subset: nyx-compose, docker-compose, compose, or podman-compose
YAML on disk), merges .env from the compose directory with the process environment, substitutes
${VAR} in the raw YAML, pulls missing images, maps services to container specs (including compose
healthchecks and volume bind mounts), then starts containers in depends_on order via ordered
sequential start.
Request
Responses
- 200
- 400
- 503
Stack started
Invalid body, compose validation, pull, or start error
Supervisor or image store unavailable