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)

7 lines (6 loc) 144 B
export declare function redisUrlParse(url: string): { host: string; port: number; database: string; password: string | null; };