mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-30 23:33:43 +03:00
Compare commits
No commits in common. "b9715981e7cf1b9deaba2e764d6ea8b0c6535c10" and "3c32430e9ed4a8282824b0a4cf8058a8ec045c34" have entirely different histories.
b9715981e7
...
3c32430e9e
13
local.yml
13
local.yml
|
@ -100,16 +100,11 @@ services:
|
||||||
command: /start-flower
|
command: /start-flower
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:7.17.14
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.3 # Use the desired version
|
||||||
container_name: elasticsearch
|
container_name: akarpov_local_elasticsearch
|
||||||
environment:
|
environment:
|
||||||
- cluster.name=docker-cluster
|
- discovery.type=single-node # This avoids bootstrap checks, suitable for development.
|
||||||
- bootstrap.memory_lock=true
|
- ES_JAVA_OPTS=-Xms512m -Xmx512m # Set the JVM heap size
|
||||||
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
|
|
||||||
ulimits:
|
|
||||||
memlock:
|
|
||||||
soft: -1
|
|
||||||
hard: -1
|
|
||||||
volumes:
|
volumes:
|
||||||
- akarpov_local_elasticsearch_data:/usr/share/elasticsearch/data
|
- akarpov_local_elasticsearch_data:/usr/share/elasticsearch/data
|
||||||
ports:
|
ports:
|
||||||
|
|
376
poetry.lock
generated
376
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
|
@ -109,7 +109,6 @@ textract = "^1.6.5"
|
||||||
uuid6 = "^2023.5.2"
|
uuid6 = "^2023.5.2"
|
||||||
fastapi = "0.86.0"
|
fastapi = "0.86.0"
|
||||||
django-haystack = {extras = ["elasticsearch"], version = "^3.2.1"}
|
django-haystack = {extras = ["elasticsearch"], version = "^3.2.1"}
|
||||||
uvicorn = "^0.24.0.post1"
|
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user