Digital Ocean
Configure a Digital Ocean Container Registry to store your images and artifacts.
To configure a Digital Ocean Container Registry, you need to fill the form with the following details:
- Insert the Registry Name eg.
My Registry
. - Go to
https://cloud.digitalocean.com/registry/new
and click onCreate a Container Registry
. - Insert a lowercase name eg.
dokploy-username
. - Click on
Create Registry
. - Click on
Actions
and thenDownload Docker Credentials
. - In Permissions select
Read
andWrite
. - Open the downloaded file and copy the auth value and type as
Password
in Dokploy Modal. - Go to
https://cloud.digitalocean.com/account/api/tokens
and click onGenerate New Token
. - In permissions select
Registry
. - Click on
Create
. - Copy the
access token
and paste it in Dokploy Modal as aUsername
field. - (Optional) If you pretend to use Cluster Feature, make sure to set a
Image Prefix
. - Registry URL: set
registry.digitalocean.com
- Click on
Test
to make sure everything is working. - Click on
Create
to save the registry.