@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.1 kB
TypeScript
export declare const InjectDockerComposePostgresFeatures: (contextName?: string) => any, InjectAllDockerComposePostgresFeatures: () => any, InjectDockerComposePostgresFeatureEnvironments: (contextName?: string) => any, InjectAllDockerComposePostgresFeatureEnvironments: () => any, InjectAllDockerComposePostgresModuleSettings: () => any, InjectDockerComposePostgresModuleSettings: (contextName?: string) => any;
export declare const getDockerComposePostgreSQLServiceToken: (targetName: any, contextName?: string) => string;
export declare const InjectDockerComposePostgresInternalFeatures: (contextName?: string) => any, InjectAllDockerComposePostgresInternalFeatures: () => any, InjectDockerComposePostgresInternalFeatureEnvironments: (contextName?: string) => any, InjectAllDockerComposePostgresInternalFeatureEnvironments: () => any, InjectAllDockerComposePostgresInternaModuleSettings: () => any, InjectDockerComposePostgresInternaModuleSettings: (contextName?: string) => any;
export declare const getDockerComposePostgreSQLInternalServiceToken: (targetName: any, contextName?: string) => string;