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
12
+
### Walkthrough video
13
+
---
14
+
15
+
Watch this 1:51 minute video to get a quick overview of how to deploy Sourcebot using Docker.
<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>
11
30
12
31
<Steps>
@@ -72,6 +91,117 @@ The following guide will walk you through the steps to deploy Sourcebot on your
72
91
</Step>
73
92
</Steps>
74
93
94
+
95
+
## NixOS deployment
96
+
97
+
<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>
98
+
99
+
<Steps>
100
+
<Steptitle="Flake.nix input">
101
+
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