Attempt to fix WeaviateDockerCompose IT

- Choose port range instead of random available port
This commit is contained in:
Ilayaperumal Gopinathan
2025-01-02 12:43:49 +00:00
parent 34ac31910d
commit ece4fd4c5e

View File

@@ -2,7 +2,7 @@ services:
weaviate:
image: '{imageName}'
ports:
- '8080'
- '8081-9000:8080'
environment:
- AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED=true
- PERSISTENCE_DATA_PATH=/var/lib/weaviate