Get started with CORE in 5 minutes
Warning:
You can self-host CORE on your own infrastructure using Docker.
The following instructions will use Docker Compose to spin up a CORE instance.
Make sure to read the self-hosting overview first.
As self-hosted deployments tend to have unique requirements and configurations, we don’t provide specific advice for securing your deployment, scaling up, or improving reliability.
This guide alone is unlikely to result in a production-ready deployment. Security, scaling, and reliability concerns are not fully addressed here.
Should the burden ever get too much, we’d be happy to see you on CORE Cloud where we deal with these concerns for you.
.env
file with these critical Trigger.dev configuration variables:
TRIGGER_PROJECT_ID
: Your unique project identifier from Trigger.devTRIGGER_SECRET_KEY
: Authentication key for secure communication with Trigger.devTRIGGER_API_URL
: The endpoint URL for your Trigger.dev instance
http://localhost:8030
for local self-hosted Trigger.devhttps://api.trigger.dev
for Trigger.dev Cloud.env
fileTRIGGER_API_URL=https://api.trigger.dev
TRIGGER_PROJECT_ID
, TRIGGER_SECRET_KEY
, and TRIGGER_API_URL
are correct@core/database
and @core/types
built successfullyhttp://localhost:3000