Plugin-framework provider covering projects, environments, applications, Compose stacks, managed databases, domains, mounts, ports, redirects, basic auth, registries, SSH keys, certificates and backup destinations, over Dokploy's tRPC-over-REST API. The shim package exposes the provider to other Go modules, which is how pulumi-dokploy bridges it.
897 B
897 B
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| dokploy_port Resource - dokploy | A published port that exposes an application directly on the host, bypassing Traefik. |
dokploy_port (Resource)
A published port that exposes an application directly on the host, bypassing Traefik.
Schema
Required
application_id(String) Application this port belongs to.protocol(String) Transport protocol. Valid values:tcp,udp.published_port(Number) Port exposed on the host.target_port(Number) Port the container listens on.
Optional
publish_mode(String) Docker Swarm publish mode.hostbinds directly to the node;ingressuses the swarm routing mesh. Valid values:ingress,host.
Read-Only
id(String) Unique port identifier.