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)

19 lines (18 loc) 489 B
export declare class DockerComposePostgresConfiguration { image?: string; networks?: { name: string; driver: string; }[]; externalPort?: number; nxProjectJsonFile?: string; } export declare class DockerComposePostgresEnvironments { rootDatabaseUrl: string; } export declare class DockerComposePostgresFeatureEnvironments { databaseUrl: string; } export declare class DockerComposePostgresFeatureConfiguration { nxProjectJsonFile?: string; }