@nestjs-mod/docker-compose
Version:
Docker Compose is a tool for defining and running multi-container applications. It is the key to unlocking a streamlined and efficient development and deployment experience. (Generator docker-compose.yml for https://docs.docker.com/compose)
5 lines (4 loc) • 1.06 kB
TypeScript
export declare const InjectDockerComposeMinioFeatures: (contextName?: string) => any, InjectAllDockerComposeMinioFeatures: () => any, InjectDockerComposeMinioFeatureEnvironments: (contextName?: string) => any, InjectAllDockerComposeMinioFeatureEnvironments: () => any, InjectAllDockerComposeMinioModuleSettings: () => any, InjectDockerComposeMinioModuleSettings: (contextName?: string) => any;
export declare const getDockerComposeMinioServiceToken: (targetName: any, contextName?: string) => string;
export declare const InjectDockerComposeMinioInternalFeatures: (contextName?: string) => any, InjectAllDockerComposeMinioInternalFeatures: () => any, InjectDockerComposeMinioInternalFeatureEnvironments: (contextName?: string) => any, InjectAllDockerComposeMinioInternalFeatureEnvironments: () => any, InjectAllDockerComposeMinioInternaModuleSettings: () => any, InjectDockerComposeMinioInternaModuleSettings: (contextName?: string) => any;
export declare const getDockerComposeMinioInternalServiceToken: (targetName: any, contextName?: string) => string;