Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/protos/compose/v1/compose.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ message ComposeStacksResponse {
}

message Stack {
string id = 1;
string name = 2;
string status = 3;
string reason = 4;
string id = 1;
string name = 2;
string status = 3;
string reason = 4;
}

message ComposeServicesRequest {
Expand All @@ -73,8 +73,8 @@ message ComposeServicesResponse {

message Service {
string id = 1;
string name = 2;
uint32 replicas = 3;
uint32 desired = 4;
repeated string Ports = 5;
string name = 2;
uint32 replicas = 3;
uint32 desired = 4;
repeated string Ports = 5;
}