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.
1.1 KiB
1.1 KiB
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| dokploy_registry Resource - dokploy | A container registry that Dokploy pushes built images to and pulls them from. |
dokploy_registry (Resource)
A container registry that Dokploy pushes built images to and pulls them from.
Schema
Required
password(String, Sensitive) Password or access token used to authenticate.registry_name(String) Display name of the registry.registry_url(String) Registry hostname, for exampleghcr.io.username(String) Username used to authenticate to the registry.
Optional
image_prefix(String) Prefix prepended to pushed image names, for example an organization or namespace.registry_type(String) Registry kind. Dokploy currently accepts onlycloud. Valid values:cloud. Defaults tocloud.server_id(String) Server this registry is scoped to.
Read-Only
created_at(String) RFC 3339 timestamp of when the registry was created.id(String) Unique registry identifier.