We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920bcee commit 48d8b2bCopy full SHA for 48d8b2b
1 file changed
docker/dev.yml
@@ -20,8 +20,13 @@ x-api-base: &api-base
20
21
services:
22
es01:
23
+ environment:
24
+ cluster.routing.allocation.disk.threshold_enabled: "false"
25
ports:
26
- "${ES_EXPOSE}:9200"
27
+ es02:
28
29
30
api:
31
<<: *api-base
32
# uvicorn in reload mode
0 commit comments