@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)
3 lines (2 loc) • 465 B
TypeScript
export declare const InjectDockerComposeFeatures: (contextName?: string) => any, InjectAllDockerComposeFeatures: () => any, InjectDockerComposeFeatureEnvironments: (contextName?: string) => any, InjectAllDockerComposeFeatureEnvironments: () => any, InjectAllDockerComposeModuleSettings: () => any, InjectDockerComposeModuleSettings: (contextName?: string) => any;
export declare const getCacheManagerServiceToken: (targetName: any, contextName?: string) => string;