Skip to content

Commit 4baa2e4

Browse files
committed
Add DO to support table
1 parent 4021477 commit 4baa2e4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/concepts/managed-storage/managed-object-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Managed Object Storage, like AWS S3, is a service that allows you to store and r
1818
| --- | --- |
1919
| [Playground](/docs/providers/playground.md) ||
2020
| [AWS](/docs/providers/aws/aws.md) ||
21-
21+
| [DigitalOcean](/docs/providers/digital-ocean/digital-ocean.md) ||

docs/concepts/managed-storage/managed-postgres.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Postgres, or PostgreSQL, is an advanced open-source relational database system k
1414
| --- | --- |
1515
| [Playground](/docs/providers/playground) ||
1616
| [AWS](/docs/providers/aws/aws.md#managed-postgres) ||
17+
| [DigitalOcean](/docs/providers/digital-ocean/digital-ocean.md) ||
1718

1819
## How to use Managed Postgres
1920

@@ -44,7 +45,7 @@ You can connect to the managed Postgres instance using the name of your service
4445
POSTGRES_USER: postgres
4546
POSTGRES_DB: postgres
4647
// highlight-start
47-
# Note: by leaving the value empty, Defang will use the
48+
# Note: by leaving the value empty, Defang will use the
4849
# value set using `defang config set POSTGRES_PASSWORD`
4950
POSTGRES_PASSWORD:
5051
// highlight-end
@@ -57,7 +58,7 @@ You can connect to the managed Postgres instance using the name of your service
5758
target: 5432
5859
environment:
5960
// highlight-start
60-
# Note: by leaving the value empty, Defang will use the
61+
# Note: by leaving the value empty, Defang will use the
6162
# value set using `defang config set POSTGRES_PASSWORD`
6263
POSTGRES_PASSWORD:
6364
// highlight-end

docs/concepts/managed-storage/managed-redis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ sidebar_position: 2000
66

77
# Managed Redis
88

9-
Redis is an in-memory data structure store widely used for caching, real-time analytics, and session management due to its high performance, low latency, and support for various data types. Defang can help you provision a managed Redis instance.
9+
Redis is an in-memory data structure store widely used for caching, real-time analytics, and session management due to its high performance, low latency, and support for various data types. Defang can help you provision a managed Redis instance.
1010

1111
## Current Support
1212

1313
| Provider | Managed Redis |
1414
| --- | --- |
1515
| [Playground](/docs/providers/playground.md#managed-redis) ||
1616
| [AWS](/docs/providers/aws/aws.md#managed-redis) ||
17+
| [DigitalOcean](/docs/providers/digital-ocean/digital-ocean.md) ||
1718

1819
## How to use Managed Redis
1920

0 commit comments

Comments
 (0)