diff --git a/tutorials/vaultwarden-serverless/index.mdx b/tutorials/vaultwarden-serverless/index.mdx index f6e293a8fb..47a7fcd140 100644 --- a/tutorials/vaultwarden-serverless/index.mdx +++ b/tutorials/vaultwarden-serverless/index.mdx @@ -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 | @@ -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` | connection string retrieved during the [previous step](#creating-a-serverless-sql-database) (IPv4 only) | | `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