First batch of smart stuff
This commit is contained in:
12
compose.yml
12
compose.yml
@@ -26,13 +26,23 @@ services:
|
||||
|
||||
nats:
|
||||
image: nats:alpine
|
||||
container_name: libertas_nats
|
||||
container_name: k_notes_nats
|
||||
ports:
|
||||
- "4222:4222"
|
||||
- "6222:6222"
|
||||
- "8222:8222"
|
||||
restart: unless-stopped
|
||||
|
||||
qdrant:
|
||||
image: qdrant/qdrant:latest
|
||||
container_name: k_notes_qdrant
|
||||
ports:
|
||||
- "6333:6333"
|
||||
- "6334:6334"
|
||||
volumes:
|
||||
- ./data/qdrant_storage:/qdrant/storage:z
|
||||
restart: unless-stopped
|
||||
|
||||
# Optional: Define volumes explicitly if needed
|
||||
# volumes:
|
||||
# backend_data:
|
||||
|
||||
Reference in New Issue
Block a user