fix(template): removed volume, changed inggest url variable and limited to version inngest/inngest:v1.27.0

This commit is contained in:
Rohit Tiwari 2026-06-10 13:46:21 +05:30
parent 9196d8ed0a
commit 005f12442d
No known key found for this signature in database

View file

@ -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