feat: add basic leader stealing scheme
This commit is contained in:
9
templates/docker/docker-compose.yml
Normal file
9
templates/docker/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
nats:
|
||||
image: nats:2.11-alpine
|
||||
command:
|
||||
- "--jetstream"
|
||||
ports:
|
||||
- "4222:4222" # Client connections
|
||||
- "8222:8222" # HTTP monitoring
|
||||
- "6222:6222" # Clustering
|
Reference in New Issue
Block a user