MCPcopy
hub / github.com/Dokploy/dokploy / TemplateConfig

Interface TemplateConfig

packages/server/src/types/template.ts:1–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface TemplateConfig {
2 variables: Record<string, string>;
3 domains: Array<{
4 serviceName: string;
5 port: number;
6 path?: string;
7 host?: string;
8 }>;
9 env: Record<string, string>;
10 mounts: Array<{
11 filePath: string;
12 content: string;
13 }>;
14}
15
16export interface Template {
17 metadata: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected