EasypanelDocs

Use Git source for Compose service

Replaces a Compose service source with configuration from a Git repository.

POST
/updateComposeSourceGit

Replaces a Compose service source with configuration from a Git repository.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/updateComposeSourceGit" \  -H "Content-Type: application/json" \  -d '{    "projectName": "string",    "serviceName": "string",    "composeFile": "string",    "ref": "string",    "repo": "string",    "rootPath": "string"  }'
null