UNPKG

@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)

11 lines (10 loc) 324 B
export declare class DockerComposeSsoConfiguration { image?: string; featureName?: string; networks?: { name: string; driver: string; }[]; externalClientPort?: number; dependsOnServiceNames?: Record<string, 'service_started' | 'service_healthy' | 'service_completed_successfully'>; }