Skip to content

Commit 067868d

Browse files
add Supporter Providers to more concept pages
1 parent 52a28b7 commit 067868d

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

docs/concepts/configuration.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,12 @@ Here are the different ways sensitive config values are stored depending on the
8989
:::info
9090
Please note that while Defang supports setting sensitive config, it does not support the [`secrets`](https://docs.docker.com/reference/compose-file/secrets/) top-level element as seen in the Compose specification. Please see our [Compose](/docs/concepts/compose) page for more details.
9191
:::
92+
93+
## Supported Providers
94+
95+
| Provider | Config Support |
96+
|----------------|:--------------:|
97+
| Playground | ✅ |
98+
| AWS | ✅ |
99+
| DigitalOcean | ✅ |
100+
| GCP | ✅ |

docs/concepts/estimation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,12 @@ Now that you have estimated the costs associated with your project. You are read
6464
defang compose up [--provider aws|gcp|digitalocean] [--mode affordable|balanced|high_availability]
6565
```
6666

67+
## Supported Providers
68+
69+
| Provider | Estimation Support |
70+
|----------------|:------------------:|
71+
| Playground ||
72+
| AWS ||
73+
| DigitalOcean ||
74+
| GCP ||
75+

docs/concepts/railpack.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,12 @@ services:
144144
reservations:
145145
memory: 512M
146146
```
147+
148+
## Supported Providers
149+
150+
| Provider | Railpack Support |
151+
|----------------|:----------------:|
152+
| Playground | ❌ |
153+
| AWS | ✅ |
154+
| DigitalOcean | ❌ |
155+
| GCP | ✅ |

docs/concepts/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Defang uses `shm_size` to configure both the memory and disk space available to
6767

6868
The default `shm_size` values for each platform are as follows. More or less may be specified.
6969

70-
| Platform | `shm_size` Minimum |
70+
| Provider | `shm_size` Minimum |
7171
| ------------- | ------------------ |
7272
| AWS | 16G |
7373
| Digital Ocean | 8G |

docs/concepts/scaling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Auto-scaling systems typically rely on:
6565
- If average CPU > 85% for 5 minutes → scale up by 2 instances.
6666
- **Cooldown Periods**: Delays between scaling events to prevent rapid, repeated changes (flapping).
6767
68-
### Supported Platforms
68+
### Supported Providers
6969
70-
| Platform | Auto-Scaling Support |
71-
|----------------|:----------------------:|
70+
| Provider | Auto-Scaling Support |
71+
|----------------|:--------------------:|
7272
| Playground | ❌ |
7373
| AWS | ✅ |
7474
| DigitalOcean | ❌ |

0 commit comments

Comments
 (0)