fix(template): removed volume, changed inggest url variable and limited to version inngest/inngest:v1.27.0
This commit is contained in:
parent
9196d8ed0a
commit
005f12442d
1 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue