Skip to content

Commit 2c3c210

Browse files
committed
add self-hosting architecture section
1 parent 6d447d2 commit 2c3c210

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/self-hosting/architecture.png

46.2 KB
Loading

docs/self-hosting/overview.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ Because we don't manage self-hosted instances, we cannot guarantee how Trigger.d
1919

2020
For more details, carry on reading and follow our guides for instructions on setting up a self-hosted Trigger.dev instance. If you prefer a managed experience, you can [sign up](https://cloud.trigger.dev/login) for our Cloud offering instead - we have a generous [free tier](https://trigger.dev/pricing) for you to try it out.
2121

22-
{/* TODO: Architecture section with updated diagram */}
22+
## Architecture
23+
24+
The self-hosted version is a set of containers running on your own infrastructure. It's split into two parts that can be scaled independently:
25+
26+
- **Webapp**: includes the dashboard and other services like Redis and Postgres.
27+
- **Worker**: includes the supervisor and the runners that execute your tasks.
28+
29+
![Self-hosting architecture](./architecture.png)
2330

2431
## Feature comparison
2532

0 commit comments

Comments
 (0)