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

Interface DomainConfig

packages/server/src/templates/processors.ts:14–19  ·  view source on GitHub ↗

* Domain configuration

Source from the content-addressed store, hash-verified

12 * Domain configuration
13 */
14interface DomainConfig {
15 serviceName: string;
16 port: number;
17 path?: string;
18 host?: string;
19}
20
21/**
22 * Mount configuration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected