mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
wip: Working so far
This commit is contained in:
@@ -6,10 +6,10 @@ export interface Container {
|
||||
image: string;
|
||||
/** These should match the manifest data volumes */
|
||||
mounts: Record<string, string>;
|
||||
/** if greater */
|
||||
shmSizeMb?: number;
|
||||
/** Default is 64mb */
|
||||
shmSizeMb?: `${number}${"mb" | "gb" | "b" | "kb"}`;
|
||||
/** if more than 30s to shutdown */
|
||||
sigtermTimeout?: string;
|
||||
sigtermTimeout?: `${number}${"s" | "m" | "h"}`;
|
||||
}
|
||||
|
||||
export type ManifestVersion = ValidEmVer;
|
||||
|
||||
Reference in New Issue
Block a user