From 005f12442d4000961f88123e8a986edb1b6f0e3a Mon Sep 17 00:00:00 2001 From: Rohit Tiwari Date: Wed, 10 Jun 2026 13:46:21 +0530 Subject: [PATCH] fix(template): removed volume, changed inggest url variable and limited to version inngest/inngest:v1.27.0 --- templates/compose/inngest.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/compose/inngest.yaml b/templates/compose/inngest.yaml index 9f2bb7b58..c2578eb81 100644 --- a/templates/compose/inngest.yaml +++ b/templates/compose/inngest.yaml @@ -7,10 +7,10 @@ services: inngest: - image: 'inngest/inngest:latest' + image: 'inngest/inngest:v1.27.0' command: 'inngest start --host 0.0.0.0' environment: - - SERVICE_FQDN_INNGEST_8288 + - SERVICE_URL_INNGEST_8288 - 'INNGEST_EVENT_KEY=${SERVICE_HEX_32_EVENTKEY}' - 'INNGEST_SIGNING_KEY=${SERVICE_HEX_32_SIGNINGKEY}' - 'INNGEST_POSTGRES_URI=postgres://inngest:${SERVICE_PASSWORD_POSTGRES}@postgres:5432/inngest' @@ -62,6 +62,4 @@ services: timeout: 3s retries: 5 restart: unless-stopped -volumes: - postgres-data: null - redis-data: null +