docs: add deploy guide

This commit is contained in:
oiov
2025-05-27 11:40:09 +08:00
parent 16b66f83da
commit 434e326991
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -116,6 +116,11 @@ export const docsConfig: DocsConfig = {
href: "/docs/developer/quick-start",
icon: "page",
},
{
title: "Deploy Guide",
href: "/docs/developer/deploy",
icon: "page",
},
{
title: "Cloudflare",
href: "/docs/developer/cloudflare",
+1 -1
View File
@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/oiov/wr.do/wrdo:${TAG:-latest}
image: ghcr.io/oiov/wr.do/wrdo:${TAG:-main}
container_name: wrdo
ports:
- "3000:3000"
+1 -1
View File
@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/oiov/wr.do/wrdo:${TAG:-latest}
image: ghcr.io/oiov/wr.do/wrdo:${TAG:-main}
container_name: wrdo
ports:
- "3000:3000"