fix:docker-compose.middleware.yaml start the Weaviate container by default (#8446) (#8447)

pull/8452/head
zhuhao 2 years ago committed by GitHub
parent 445497cf89
commit 65162a87b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,6 +89,7 @@ services:
weaviate:
image: semitechnologies/weaviate:1.19.0
profiles:
- ""
- weaviate
restart: always
volumes:

Loading…
Cancel
Save