mirror of
https://github.com/RGJorge/ContainerFlow.git
synced 2026-08-03 07:21:42 +02:00
v0.0.10
This commit is contained in:
@@ -7,8 +7,15 @@ export interface Service {
|
||||
status: string;
|
||||
ports: { host: number; container: number }[];
|
||||
networks: string[];
|
||||
network_ips: Record<string, string>;
|
||||
project: string;
|
||||
compose_file: string;
|
||||
env: string[];
|
||||
restart_policy: string;
|
||||
memory_limit: number;
|
||||
cpu_quota: number;
|
||||
health_status: string;
|
||||
health_log: string[];
|
||||
}
|
||||
|
||||
export interface Connection {
|
||||
|
||||
Reference in New Issue
Block a user