docs: add deploy guide
This commit is contained in:
@@ -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,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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user