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/newand click onCreate a Container Registry. - Insert a lowercase name eg.
dokploy-username. - Click on
Create Registry. - Click on
Actionsand thenDownload Docker Credentials. - In Permissions select
ReadandWrite. - Open the downloaded file and copy the auth value and type as
Passwordin Dokploy Modal. - Go to
https://cloud.digitalocean.com/account/api/tokensand click onGenerate New Token. - In permissions select
Registry. - Click on
Create. - Copy the
access tokenand paste it in Dokploy Modal as aUsernamefield. - (Optional) If you pretend to use Cluster Feature, make sure to set a
Image Prefix. - Registry URL: set
registry.digitalocean.com - Click on
Testto make sure everything is working. - Click on
Createto save the registry.