mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
8 lines
141 B
YAML
8 lines
141 B
YAML
version: '3.4'
|
|
services:
|
|
qdrant:
|
|
image: qdrant/qdrant:v1.3.0
|
|
restart: on-failure
|
|
ports:
|
|
- "6333:6333"
|
|
- "6334:6334" |