Skip to content

Commit 80a0a67

Browse files
committed
chore(self-hosting): add deploy to render button
1 parent ec5b5e2 commit 80a0a67

File tree

2 files changed

+9
-24
lines changed

2 files changed

+9
-24
lines changed

content/self-hosting/digital-ocean.mdx

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,10 @@ Since DigitalOcean App Platform doesn't support persistent volumes, NocoDB's dat
3737
## Step 2: Deploy the NocoDB App
3838

3939
1. Navigate to **Apps → Create App**.
40-
4140
2. Choose **Docker Hub** as the source.
42-
43-
3. Enter:
44-
45-
* `Repository: nocodb/nocodb`
46-
* `Tag: latest`
47-
41+
3. Use `Repository: nocodb/nocodb` & `Tag: latest`
4842
4. Proceed and edit the **HTTP Port** to `8080`.
49-
50-
5. In the environment variables section, add the following:
51-
52-
* `NC_AUTH_JWT_SECRET`
53-
* `NC_PUBLIC_URL`
54-
* `NC_DB`
55-
* `NC_REDIS_URL`
56-
* `NC_S3_ACCESS_KEY`
57-
* `NC_S3_ACCESS_SECRET`
58-
* `NC_S3_BUCKET_NAME`
59-
* `NC_S3_REGION`
60-
* `NC_S3_ENDPOINT`
61-
62-
> ⚠️ Ensure the `NC_PUBLIC_URL` matches your actual app domain without a trailing slash.
63-
43+
5. Refer [Configuring NocoDB section](./configuring-nocodb#docker-image-configuration) to set environment variables
6444
6. Set resources to **1 container with 2GB RAM / 1 vCPU** at a minimum.
6545
7. Complete deployment by clicking **Create Resources**.
6646

content/self-hosting/render.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ keywords: ['NocoDB Render', 'Install NocoDB', 'NocoDB Docker']
66

77
Render offers a simple way to host containerized applications with automatic HTTPS, scaling, and persistent storage. You can deploy **NocoDB** as a Web Service using Docker with just a few steps.
88

9-
## Deploying NocoDB on Render
9+
## Using the Deploy Button
10+
You can easily deploy NocoDB to Render using the Deploy to Render button.
11+
12+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/nocodb/render_com/tree/master)
13+
14+
## Manual Deployment
1015

1116
> ⚠️ For optimal performance, we recommend using the \$25/month "Standard" service on Render.
1217
@@ -20,7 +25,7 @@ Render offers a simple way to host containerized applications with automatic HTT
2025
```
2126
4. Click Connect
2227

23-
## Configure Persistent Storage
28+
### Configure Persistent Storage
2429

2530
To ensure that your data survives service restarts or deployments, you must add a **volume mount**.
2631

0 commit comments

Comments
 (0)