Skip to content

Some docs tweaks #2190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/config/extensions/playwright.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
title: "Playwright"
sidebarTitle: "playwright"
description: "Use the playwright build extension to use Playwright with Trigger.dev"
tag: "v4"
---

import UpgradeToV4Note from "/snippets/upgrade-to-v4-note.mdx";

<UpgradeToV4Note />

If you are using [Playwright](https://playwright.dev/), you should use the Playwright build extension.

- Automatically installs Playwright and required browser dependencies
Expand Down
Binary file added docs/self-hosting/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/self-hosting/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ docker compose logs -f webapp
npx trigger.dev@v4-beta init -p <project-ref> -a http://localhost:8030
```

<Warning>
The commands displayed in the webapp are incorrect while v4 is in beta. You should always use the `v4-beta` tag and not `latest`.
</Warning>

{/* 7. Bonus: Add traefik as a reverse proxy

```bash
Expand Down
9 changes: 8 additions & 1 deletion docs/self-hosting/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ Because we don't manage self-hosted instances, we cannot guarantee how Trigger.d

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.

{/* TODO: Architecture section with updated diagram */}
## Architecture

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:

- **Webapp**: includes the dashboard and other services like Redis and Postgres.
- **Worker**: includes the supervisor and the runners that execute your tasks.

![Self-hosting architecture](./architecture.png)

## Feature comparison

Expand Down