Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbnb233 authored Oct 25, 2024
1 parent d8344e7 commit aa9a086
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions apps/weaviate/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,18 @@ services:
- --scheme
- http
ports:
- $W9_HTTP_PORT_SET:8080
- $W9_HTTP_PORT_SET:8080

volumes:
- weaviate_data:/var/lib/weaviate
- weaviate_data:/var/lib/weaviate
restart: unless-stopped
environment:
QUERY_DEFAULTS_LIMIT: 25
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: 'true'
PERSISTENCE_DATA_PATH: '/var/lib/weaviate'
DEFAULT_VECTORIZER_MODULE: 'none'
ENABLE_API_BASED_MODULES: 'true'
CLUSTER_HOSTNAME: 'node1'
env_file:
- .env


networks:
default:
name: $W9_NETWORK
external: true


volumes:
weaviate_data:

0 comments on commit aa9a086

Please sign in to comment.