Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ services:
POSTGRES_PASSWORD: openaev
POSTGRES_DB: openaev
- name: elastic
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.6
environment:
discovery.type: single-node
xpack.security.enabled: false
Expand Down
4 changes: 2 additions & 2 deletions openaev-dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD}
openaev-dev-elasticsearch:
container_name: openaev-dev-elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.6
volumes:
- esdata:/usr/share/elasticsearch/data
- essnapshots:/usr/share/elasticsearch/snapshots
Expand Down Expand Up @@ -128,7 +128,7 @@ services:
- 9600:9600
openaev-test-elasticsearch:
container_name: openaev-test-elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.6
environment:
- discovery.type=single-node
- xpack.ml.enabled=false
Expand Down