init worker
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user