diff --git a/docs/pages/docs/deploying/dokploy.md b/docs/pages/docs/deploying/dokploy.md new file mode 100644 index 000000000..13374127e --- /dev/null +++ b/docs/pages/docs/deploying/dokploy.md @@ -0,0 +1,10 @@ +--- +title: Dokploy +--- + +# {% $markdoc.frontmatter.title %} + +[Dokploy](https://dokploy.com) use nixpacks as provider for build web applications, static sites and more. You can use nixpacks config in your project and nixpacks will be used to build your app or the enviroment section to override custom commands. + + +![](/images/dokploy.png) diff --git a/docs/public/images/dokploy.png b/docs/public/images/dokploy.png new file mode 100644 index 000000000..9c721c4c8 Binary files /dev/null and b/docs/public/images/dokploy.png differ diff --git a/docs/sidebar.ts b/docs/sidebar.ts index 9dd036217..45e79ba84 100644 --- a/docs/sidebar.ts +++ b/docs/sidebar.ts @@ -67,6 +67,7 @@ export const sidebarItems: ISidebarSection[] = [ { text: "Easypanel", href: "/docs/deploying/easypanel" }, { text: "Coherence", href: "/docs/deploying/coherence" }, { text: "PipeOps", href: "/docs/deploying/pipeops" }, + { text: "Dokploy", href: "/docs/deploying/dokploy" }, ], }, ];