increase max payload in nats
This commit is contained in:
parent
31482d274c
commit
d405e0f387
@ -25,5 +25,7 @@ services:
|
||||
|
||||
nats:
|
||||
image: nats:2.10
|
||||
command: "-js"
|
||||
command: "-config /nats_config.yml"
|
||||
volumes:
|
||||
- ./nats_config.yml:/nats_config.yml:ro
|
||||
restart: unless-stopped
|
||||
|
||||
2
deploy/nats_config.yml
Normal file
2
deploy/nats_config.yml
Normal file
@ -0,0 +1,2 @@
|
||||
jetstream: enabled
|
||||
max_payload: 4MB
|
||||
Loading…
x
Reference in New Issue
Block a user