fix: add jetstream

This commit is contained in:
murdle 2026-02-28 20:00:06 +02:00
parent b79ae1c1c2
commit 9be686bbfd

View File

@ -54,8 +54,11 @@ services:
image: nats:2.11-alpine
container_name: fluxer-nats
restart: unless-stopped
command: ["-js", "-DV"]
ports:
- "4222:4222"
volumes:
- nats-data:/data/jetstream
healthcheck:
test: ["CMD-SHELL", "nc -z localhost 4222 || exit 1"]
interval: 5s
@ -128,3 +131,4 @@ volumes:
fluxer_data:
meilisearch_data:
elasticsearch_data:
nats-data: