mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #435] Add Trigger.dev V4 template #454
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/435
Author: @eonminion
Created: 10/8/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (10+)
9f172defeat: add trigger v469222a8fix: add offcial env config39c1c6dfeat: add auth env641416afix: pr errorea7e7b3fix: load error21c951drefactor: update docker-compose and template configuration4c76b67feat: add Trigger.dev V4 Web blueprint with Docker Compose setupf86971bfeat: add Trigger.dev V4 Worker blueprint with Docker Compose setup25f7bbefeat: add DEPLOY_IMAGE_PLATFORM variable to Docker configuratione715114perf: simplify📊 Changes
10 files changed (+851 additions, -0 deletions)
View changed files
➕
blueprints/triggerdotdev4-web/docker-compose.yml(+274 -0)➕
blueprints/triggerdotdev4-web/template.toml(+68 -0)➕
blueprints/triggerdotdev4-web/triggerdotdev.svg(+2 -0)➕
blueprints/triggerdotdev4-worker/docker-compose.yml(+83 -0)➕
blueprints/triggerdotdev4-worker/template.toml(+7 -0)➕
blueprints/triggerdotdev4-worker/triggerdotdev.svg(+2 -0)➕
blueprints/triggerdotdev4/docker-compose.yml(+296 -0)➕
blueprints/triggerdotdev4/template.toml(+69 -0)➕
blueprints/triggerdotdev4/triggerdotdev.svg(+2 -0)📝
meta.json(+48 -0)📄 Description
Tried the existed v3 template, was not able to get it to work, so I made the new template base of the official guide:
https://trigger.dev/docs/self-hosting/docker#setup
There is problems remain unresolved:
Problem 1: Domain/URL not accessible when deploying via template
When I deploy directly using my template, the domain URL fails to open
However, when I manually copy the same docker-compose.yml and .env files into a new compose service and manually configure the domain, it works perfectly
This suggests the template deployment process isn't handling the domain configuration correctly
Problem 2: PostgreSQL username configuration error
When I try to change the PostgreSQL username (from the default), I get this error:
Fatal: role "postgresql" does not exist
It appears the system is still looking for a role named "postgresql" instead of using my custom username
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.