fix: add nats

This commit is contained in:
murdle 2026-02-28 19:53:22 +02:00
parent f9426751ce
commit e30310b45d

View File

@ -30,6 +30,8 @@ services:
ports:
- '${FLUXER_HTTP_PORT:-8080}:8080'
depends_on:
nats:
condition: service_healthy
valkey:
condition: service_healthy
volumes:
@ -43,6 +45,17 @@ services:
start_period: 15s
logging: *default-logging
nats:
image: nats:2.11-alpine
container_name: fluxer-nats
restart: unless-stopped
ports:
- "4222:4222"
healthcheck:
test: ["CMD", "nats", "ping"]
interval: 5s
retries: 5
meilisearch:
image: getmeili/meilisearch:v1.14
container_name: meilisearch