@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)
16 lines (15 loc) • 365 B
TypeScript
export declare class DockerComposeRedisConfiguration {
image?: string;
featureName?: string;
networks?: {
name: string;
driver: string;
}[];
externalPort?: number;
disableCommands?: string;
ioThreads?: number;
ioThreadsDoReads?: string;
}
export declare class DockerComposeRedisEnvironments {
redisUrl: string;
}