← 返回命令列表

Linux command

process-compose 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start all processes defined in process-compose.yaml

process-compose

Start with a specific config file

process-compose -f [path/to/config.yaml]

Run in headless mode with API

process-compose --tui=false

说明

process-compose is a simple and flexible scheduler and orchestrator for managing non-containerized applications. Its configuration syntax follows the docker-compose style using YAML. It offers a TUI and CLI mode, process recovery policies, dependency management, per-process environment variables, log caching, scheduled processes (cron and interval-based), namespace support, process replicas, REST API with token authentication, and themes.

FAQ

What is the process-compose command used for?

process-compose is a simple and flexible scheduler and orchestrator for managing non-containerized applications. Its configuration syntax follows the docker-compose style using YAML. It offers a TUI and CLI mode, process recovery policies, dependency management, per-process environment variables, log caching, scheduled processes (cron and interval-based), namespace support, process replicas, REST API with token authentication, and themes.

How do I run a basic process-compose example?

Run `process-compose` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more process-compose examples?

This page includes 3 examples for process-compose, plus related commands for nearby Linux tasks.