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)

21 lines 2.75 kB
"use strict"; var _a, _b; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDockerComposeNginxInternalServiceToken = exports.InjectDockerComposeNginxInternaModuleSettings = exports.InjectAllDockerComposeNginxInternaModuleSettings = exports.InjectAllDockerComposeNginxInternalFeatureEnvironments = exports.InjectDockerComposeNginxInternalFeatureEnvironments = exports.InjectAllDockerComposeNginxInternalFeatures = exports.InjectDockerComposeNginxInternalFeatures = exports.getDockerComposeNginxServiceToken = exports.InjectDockerComposeNginxModuleSettings = exports.InjectAllDockerComposeNginxModuleSettings = exports.InjectAllDockerComposeNginxFeatureEnvironments = exports.InjectDockerComposeNginxFeatureEnvironments = exports.InjectAllDockerComposeNginxFeatures = exports.InjectDockerComposeNginxFeatures = void 0; const common_1 = require("@nestjs-mod/common"); const docker_compose_constants_1 = require("../../docker-compose.constants"); const DOCKER_COMPOSE_NGINX_MODULE_NAME = `${docker_compose_constants_1.DOCKER_COMPOSE_MODULE_NAME}Nginx`; const DOCKER_COMPOSE_NGINX_INTERNAL_MODULE_NAME = `${docker_compose_constants_1.DOCKER_COMPOSE_MODULE_NAME}NginxInternal`; _a = (0, common_1.getNestModuleDecorators)({ moduleName: DOCKER_COMPOSE_NGINX_MODULE_NAME, }), exports.InjectDockerComposeNginxFeatures = _a.InjectFeatures, exports.InjectAllDockerComposeNginxFeatures = _a.InjectAllFeatures, exports.InjectDockerComposeNginxFeatureEnvironments = _a.InjectFeatureEnvironments, exports.InjectAllDockerComposeNginxFeatureEnvironments = _a.InjectAllFeatureEnvironments, exports.InjectAllDockerComposeNginxModuleSettings = _a.InjectAllModuleSettings, exports.InjectDockerComposeNginxModuleSettings = _a.InjectModuleSettings; exports.getDockerComposeNginxServiceToken = (0, common_1.getNestModuleInternalUtils)({ moduleName: DOCKER_COMPOSE_NGINX_MODULE_NAME, }).getServiceToken; _b = (0, common_1.getNestModuleDecorators)({ moduleName: DOCKER_COMPOSE_NGINX_INTERNAL_MODULE_NAME, }), exports.InjectDockerComposeNginxInternalFeatures = _b.InjectFeatures, exports.InjectAllDockerComposeNginxInternalFeatures = _b.InjectAllFeatures, exports.InjectDockerComposeNginxInternalFeatureEnvironments = _b.InjectFeatureEnvironments, exports.InjectAllDockerComposeNginxInternalFeatureEnvironments = _b.InjectAllFeatureEnvironments, exports.InjectAllDockerComposeNginxInternaModuleSettings = _b.InjectAllModuleSettings, exports.InjectDockerComposeNginxInternaModuleSettings = _b.InjectModuleSettings; exports.getDockerComposeNginxInternalServiceToken = (0, common_1.getNestModuleInternalUtils)({ moduleName: DOCKER_COMPOSE_NGINX_INTERNAL_MODULE_NAME, }).getServiceToken; //# sourceMappingURL=docker-compose-nginx.decorators.js.map