Skip to main content

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

Stack started