--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "dokploy_registry Resource - dokploy" subcategory: "" description: |- 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 example `ghcr.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 only `cloud`. Valid values: `cloud`. Defaults to `cloud`. - `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.