mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-06 17:40:59 +00:00
18 lines
429 B
Markdown
18 lines
429 B
Markdown
|
# Deploying Conduit
|
||
|
|
||
|
## 🦀 Binary
|
||
|
|
||
|
Conduit compiles to a single binary that can be copied and run on pretty much any Linux server.
|
||
|
|
||
|
[Read about how to use it here.](./binary.md)
|
||
|
|
||
|
## 🐳 Docker
|
||
|
|
||
|
The community created a guide to deploy Conduit with Docker or with Docker-Compose.
|
||
|
|
||
|
[You can read all about it here.](./docker.md)
|
||
|
|
||
|
## 📦 Distro Packages
|
||
|
|
||
|
[See how you can use native packages for Debian and NixOS](./packages.md)
|