init worker

This commit is contained in:
2025-12-23 16:06:52 +01:00
parent 8396d7f5d3
commit 4535d6fc1c
7 changed files with 578 additions and 2 deletions

View File

@@ -23,6 +23,15 @@ services:
depends_on:
- backend
nats:
image: nats:alpine
container_name: libertas_nats
ports:
- "4222:4222"
- "6222:6222"
- "8222:8222"
restart: unless-stopped
# Optional: Define volumes explicitly if needed
# volumes:
# backend_data: