Skip to content

Commit 9647996

Browse files
authored
Update playground.md: project limit
1 parent fe1c965 commit 9647996

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/providers/playground.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ description: The Defang Playground is a free tier that allows you to experiment
44
sidebar_position: 0000
55
---
66

7-
The Defang Playground is a free tier that allows you to experiment with Defang. The Playground is a shared that cannot be used to run production workloads. The Playground is a great way to get started with Defang and to experiment with the Defang CLI.
7+
The Defang Playground is a free tier that allows you to experiment with Defang. The Playground is a shared environment that should not be used to run production workloads. The Playground is a great way to get started with Defang using "1-click deploy" or to experiment with the Defang CLI.
88

9-
This page highlights architectural considerations when deploying to the playground and any differences you might encounter when deploying to the playground versus deploying to your own cloud account.
9+
This page highlights architectural considerations when deploying to the Playground and any differences you might encounter when deploying to the Playground versus deploying to your own cloud account.
10+
11+
:::info The Playground allows only 1 deployed project at a time. Use the CLI `defang down` to tear down a project before deploying a new one. :::
1012

1113
## Overview
1214

1315
Overall, the Defang Playground is very similar to deploying to your own cloud account. The Playground runs on a Defang-managed AWS account, so you can expect it to work similarly to deploying to [AWS](./aws/aws.md).
16+
17+
### Managed services
18+
19+
In essence, the Playground does not support any [managed storage](../concepts/managed-storage) services, ie. `x-defang-postgres` and `x-defang-redis` are ignored when deploying to the Playground. You can however run both postgres and redis as regular container services for testing purposes.

0 commit comments

Comments
 (0)