feat: add registry target contracts
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { IServiceRessources } from './docker.js';
|
||||
import type { IRegistryTarget } from './registry.js';
|
||||
|
||||
export interface IService {
|
||||
id: string;
|
||||
@@ -7,6 +8,8 @@ export interface IService {
|
||||
description: string;
|
||||
imageId: string;
|
||||
imageVersion: string;
|
||||
registryTarget?: IRegistryTarget;
|
||||
deployOnPush?: boolean;
|
||||
environment: { [key: string]: string };
|
||||
/**
|
||||
* the main secret bundle id, exclusive to the service
|
||||
|
||||
Reference in New Issue
Block a user