blob: 81f45cd1d1cd610c038ddbabb9a9ff2820e88f9e [file] [log] [blame]
---
version: '3.4'
services:
weaviate:
command:
- --host
- 0.0.0.0
- --port
- '9035'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.25.2
ports:
- 9035:9035
- 50051:50051
restart: on-failure:0
environment:
QUERY_DEFAULTS_LIMIT: 25
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: 'true'
PERSISTENCE_DATA_PATH: '/var/lib/weaviate'
CLUSTER_HOSTNAME: 'node1'
...