[PR #161] [CLOSED] Update trigger.dev configuration: Fix ports, env vars, and improve DB… #254

Closed
opened 2025-11-22 20:33:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/161
Author: @enemyrr
Created: 6/2/2025
Status: Closed

Base: mainHead: main


📝 Commits (9)

  • 9ea228e Update trigger.dev configuration: Fix ports, env vars, and improve DB config
  • f57f003 fix: update trigger.dev configuration to correct ports and environment variables
  • 9eb4865 feat: add Trigger.dev v4-beta configuration with links and tags
  • 9632c17 refactor: enhance docker-compose configuration with health checks and environment variable updates
  • c5849f9 chore: update docker-compose and template configuration for Trigger.dev
  • 854a9d4 fix: correct webapp port configuration in docker-compose and template
  • cead755 fix: update webapp port configuration in docker-compose and template
  • 7a4b588 chore: update Inngest version and enhance Redis configuration in docker-compose
  • 4cdc18b chore: update Listmonk version and enhance docker-compose configuration

📊 Changes

11 files changed (+503 additions, -46 deletions)

View changed files

blueprints/inngest/docker-compose.yml (+92 -0)
blueprints/inngest/inngest.svg (+6 -0)
blueprints/inngest/template.toml (+38 -0)
📝 blueprints/listmonk/docker-compose.yml (+19 -21)
📝 blueprints/listmonk/template.toml (+20 -18)
📝 blueprints/triggerdotdev/docker-compose.yml (+4 -3)
📝 blueprints/triggerdotdev/template.toml (+5 -3)
blueprints/triggerdotdev4/docker-compose.yml (+200 -0)
blueprints/triggerdotdev4/template.toml (+90 -0)
blueprints/triggerdotdev4/triggerdotdev.svg (+2 -0)
📝 meta.json (+27 -1)

📄 Description

Update trigger.dev configuration: Fix ports, env vars, and improve DB config


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/161 **Author:** [@enemyrr](https://github.com/enemyrr) **Created:** 6/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (9) - [`9ea228e`](https://github.com/Dokploy/templates/commit/9ea228e7566764375dfb295b2420f06438523afd) Update trigger.dev configuration: Fix ports, env vars, and improve DB config - [`f57f003`](https://github.com/Dokploy/templates/commit/f57f003402977901c6059a5e3c01039ad4c5faf9) fix: update trigger.dev configuration to correct ports and environment variables - [`9eb4865`](https://github.com/Dokploy/templates/commit/9eb48654ec48767fab258bfc3aa65e3f6e8150ff) feat: add Trigger.dev v4-beta configuration with links and tags - [`9632c17`](https://github.com/Dokploy/templates/commit/9632c1784fee27407e81940dfa4edbc6670c7af1) refactor: enhance docker-compose configuration with health checks and environment variable updates - [`c5849f9`](https://github.com/Dokploy/templates/commit/c5849f94d8dff3ed5e4940da2b99c24912551b82) chore: update docker-compose and template configuration for Trigger.dev - [`854a9d4`](https://github.com/Dokploy/templates/commit/854a9d4cac7d41c91cccf7eabbca69d57ce49697) fix: correct webapp port configuration in docker-compose and template - [`cead755`](https://github.com/Dokploy/templates/commit/cead755aba65a4ed2c65bf9cb60083c9025857a3) fix: update webapp port configuration in docker-compose and template - [`7a4b588`](https://github.com/Dokploy/templates/commit/7a4b588776c1790249a4d03ea525951e4271f63e) chore: update Inngest version and enhance Redis configuration in docker-compose - [`4cdc18b`](https://github.com/Dokploy/templates/commit/4cdc18bd363aaad36c6c563c4567c6d3d4c336c4) chore: update Listmonk version and enhance docker-compose configuration ### 📊 Changes **11 files changed** (+503 additions, -46 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/inngest/docker-compose.yml` (+92 -0) ➕ `blueprints/inngest/inngest.svg` (+6 -0) ➕ `blueprints/inngest/template.toml` (+38 -0) 📝 `blueprints/listmonk/docker-compose.yml` (+19 -21) 📝 `blueprints/listmonk/template.toml` (+20 -18) 📝 `blueprints/triggerdotdev/docker-compose.yml` (+4 -3) 📝 `blueprints/triggerdotdev/template.toml` (+5 -3) ➕ `blueprints/triggerdotdev4/docker-compose.yml` (+200 -0) ➕ `blueprints/triggerdotdev4/template.toml` (+90 -0) ➕ `blueprints/triggerdotdev4/triggerdotdev.svg` (+2 -0) 📝 `meta.json` (+27 -1) </details> ### 📄 Description Update trigger.dev configuration: Fix ports, env vars, and improve DB config --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:33:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#254