feat: add restate
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
x-default: &default
|
||||
x-defaults: &defaults
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
@@ -8,7 +8,7 @@ x-default: &default
|
||||
|
||||
services:
|
||||
qdrant:
|
||||
<<: *default
|
||||
<<: *defaults
|
||||
image: qdrant/qdrant:${QDRANT_VERSION:-v1.15.4}
|
||||
ports:
|
||||
- "${QDRANT_HTTP_PORT:-6333}:6333"
|
||||
|
||||
Reference in New Issue
Block a user