You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following guide will walk you through the steps to deploy Sourcebot on your own infrastructure. Sourcebot is distributed as a [single docker container](/docs/overview#architecture) that can be deployed to a k8s cluster, a VM, or any platform that supports docker.
8
10
9
11
10
-
## Walkthrough video
12
+
###Walkthrough video
11
13
---
12
14
13
15
Watch this 1:51 minute video to get a quick overview of how to deploy Sourcebot using Docker.
@@ -21,7 +23,7 @@ Watch this 1:51 minute video to get a quick overview of how to deploy Sourcebot
21
23
className="aspect-video w-full"
22
24
></iframe>
23
25
24
-
## Step-by-step guide
26
+
###Step-by-step guide
25
27
---
26
28
27
29
<Note>Hit an issue? Please let us know on [GitHub discussions](https://github.com/sourcebot-dev/sourcebot/discussions/categories/support) or by [emailing us](mailto:[email protected]).</Note>
@@ -95,6 +97,117 @@ Watch this 1:51 minute video to get a quick overview of how to deploy Sourcebot
95
97
</Step>
96
98
</Steps>
97
99
100
+
101
+
## NixOS deployment
102
+
103
+
<Note>Hit an issue? Please let us know on [GitHub discussions](https://github.com/sourcebot-dev/sourcebot/discussions/categories/support) or by [emailing us](mailto:[email protected]).</Note>
104
+
105
+
<Steps>
106
+
<Steptitle="Flake.nix input">
107
+
Add the Sourcebot flake as an input to your NixOS configuration. This will allow you to use the Sourcebot container in your NixOS deployment.
0 commit comments