Remote Client
REST API
Open API client and documentation is available on: http://localhost:8080
Default port is 8080
. Specify your own port:
Alternatively use PC_PORT_NUM
environment variable:
Client Mode
Process compose can also connect to itself as a client. Available commands:
Processes List
Process Start
Process Stop
Process Restart
Restart will wait process.availability.backoff_seconds
seconds between stop
and start
of the process. If not configured the default value is 1s.
New remote commands are added constatntly. For full list run:
By default, the client will try to use the default port 8080
and default address localhost
to connect to the locally running instance of process-compose. You can provide deferent values:
TUI Client
For situations when process-compose was started in headless mode -t=false
, another process-compose instance (client) can run in a fully remote TUI mode:
The client can connect to a:
- Remote server
- Docker container
- Headless and TUI process-compose instances
In remote mode the Process Compose logo will be replaced from 🔥 to ⚡and show a remote server hostname
instead of a local hostname
.