Files
Max Vojtkov a6d8aa8b52 A Terraform provider for Dokploy
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.
2026-08-09 12:17:26 +03:00

35 lines
1.1 KiB
Markdown

---
# 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 generated by tfplugindocs -->
## 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.