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 +