Skip to content

Commit

Permalink
Add Coolify as a Nixpacks is available as a builder on it (#1262)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Runzer <jakerunzer@gmail.com>
  • Loading branch information
yannicka and coffee-cup authored Jan 16, 2025
1 parent 03c5c82 commit b164dc5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions docs/pages/docs/deploying/coolify.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Coolify
---

# {% $markdoc.frontmatter.title %}

Nixpacks is available as a builder on [Coolify](https://coolify.io/). Configure the builder on the service settings page.

![](/images/coolify.png)
Binary file added docs/public/images/coolify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions docs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@ export const sidebarItems: ISidebarSection[] = [
text: "Deploying",
links: [
{ text: "Railway", href: "/docs/deploying/railway" },
{ text: "Stacktape", href: "/docs/deploying/stacktape" },
{ text: "Flightcontrol", href: "/docs/deploying/flightcontrol" },
{ text: "Easypanel", href: "/docs/deploying/easypanel" },
{ text: "Coherence", href: "/docs/deploying/coherence" },
{ text: "PipeOps", href: "/docs/deploying/pipeops" },
{ text: "Coolify", href: "/docs/deploying/coolify" },
{ text: "Dokku", href: "/docs/deploying/dokku" },
{ text: "Dokploy", href: "/docs/deploying/dokploy" },
{ text: "Easypanel", href: "/docs/deploying/easypanel" },
{ text: "Flightcontrol", href: "/docs/deploying/flightcontrol" },
{ text: "GitHub Actions", href: "/docs/deploying/github-actions" },
{ text: "Dokku", href: "/docs/deploying/dokku" },
{ text: "PipeOps", href: "/docs/deploying/pipeops" },
{ text: "Stacktape", href: "/docs/deploying/stacktape" },
],
},
];

0 comments on commit b164dc5

Please sign in to comment.