Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions tutorials/vaultwarden-serverless/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ Vaultwarden relies on a database to store all password data securely. The databa
|--------------|-----------------------------------------------------------------------------------------------------|
| Image origin | External registry |
| Image URL | `vaultwarden/server:latest` |
| CPU | 1 000 mVCPU |
| RAM | 2 048 MB |
|Container port| 80 |
| CPU | 100 mVCPU |
| RAM | 128 MB |
| Min scale | `0` ((set a value of 1 or more to avoid [cold starts](/serverless-containers/concepts/#cold-start)) |
| Max scale | `1` or more, according to your workload |

Expand All @@ -79,14 +80,16 @@ Vaultwarden relies on a database to store all password data securely. The databa
|-------------------------|--------|
| `DATA_FOLDER` | `/tmp` |
| `ORG_ATTACHMENT_LIMIT` | `0` |
| `SIGNUPS_ALLOWED` | `true` |
| `USER_ATTACHMENT_LIMIT` | `0` |
| `SENDS_ALLOWED` | `false`|
| `SIGNUPS_ALLOWED` | `true` |

4. Set the following ¨¨**secrets**:
| Key | Value |
|----------------|-----------------------------------------------------------------------------------------------------------------------------------|
| `DATABASE_URL` | connection string retrieved during the [previous step](#creating-a-serverless-sql-database) |
| `DATABASE_URL` | [Only IPv4] connection string retrieved during the [previous step](#creating-a-serverless-sql-database) |
| `ADMIN_TOKEN` | authentication token retrieved by following [This procedure](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page) |

5. Click **Deploy container**. The container **Overview** tab displays.

## Finalizing the container configuration
Expand Down