Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By FrankElvin
First, I was trying to deploy my app (docker container + mongodb) in DigitalOcean using spec file with service+database, but every deployment fails with the following error (app image is not even started to build):
Error: Database Not Found Component Issues db failed to build
And I’m even unable to see build error - I see the “Looks like something went wrong…” page.
Now, to have a shorter spec, I’m trying to deploy an app consisting only from the Mongodb instance, and the result is the same. My spec file:
name: db-debug
region: fra
databases:
- engine: MONGODB
name: db
cluster_name: cluster
num_nodes: 3
production: true
First I have struggled with doctl since DO is not accepting version for mongodb and allows only “prod” deployment type, now this issue. Am I doing something wrong?
9c1989c1c80144c7a9977905ce64c9
Scott H
1e6b823ea20d4cb189a34a922f5588
Rory McEwan
lan
kprichard
realmag777
Edward Narrdo
Vinoth K