Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docker templates for self-hosting and running the Trigger.dev platform locally

NotificationsYou must be signed in to change notification settings

triggerdotdev/docker

Repository files navigation

If you want to run the Trigger.dev platform yourself, instead of usingour cloud product, you can use this repository to get started.

It's highly recommended you read ourself-hosting guide, which contains more detailed instructions and will be more up-to-date.

Local development

If you want to self-host the Trigger.dev platform, when you're developing your web app locally you'll need to run the Trigger.dev platform locally as well.

Initial setup

  1. Clone this repository and navigate to it:
git clone https://github.com/triggerdotdev/docker.gitcd docker
  1. Run the start script and follow the prompts
./start.sh# hint: you can append -d to run in detached mode
  1. Populate any missing .env file values. (See the .env.example file for more instructions)

  2. The ports in thedocker-compose.yml file are set so they are less likely to clash with your local webapp – the platform runs on 3040 and the database is on 5433. If you need to change these ports, you'll need to update theLOGIN_ORIGIN,APP_ORIGIN andDATABASE_HOST environment variables.

Stopping the Docker containers

  1. Run the stop script
./stop.sh

Getting started with using Trigger.dev

You should now be able to access the Trigger.dev dashboard athttp://localhost:3040.

To create an account, login using "Magic Link" and the email with the sign-in link will be printing to the console output in the runningtriggerdotdev container.

Our main docs are atdocs.trigger.dev.

Note, you'll need to ensure that you configure the SDK to point at your self-hosted instance via theTRIGGER_API_URL environment variable. With the default settings and running everything locally you'd set it tohttp://localhost:3040.

About

Docker templates for self-hosting and running the Trigger.dev platform locally

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors7

Languages


[8]ページ先頭

©2009-2025 Movatter.jp