fix(core): update

This commit is contained in:
Philipp Kunz 2024-06-13 10:05:04 +02:00
parent 002468a3c7
commit 4716908cbe
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/interfaces', name: '@serve.zone/interfaces',
version: '1.0.72', version: '1.0.73',
description: 'interfaces for working with containers' description: 'interfaces for working with containers'
} }

View File

@ -4,6 +4,7 @@ export interface IService {
id: string; id: string;
data: { data: {
name: string; name: string;
imageId: string;
environment: { [key: string]: string }; environment: { [key: string]: string };
secretBundleId: string; secretBundleId: string;
scaleFactor: number; scaleFactor: number;