Skip to content

Commit 48d8b2b

Browse files
committed
fix(docker): disable ES disk watermarks in dev compose
1 parent 920bcee commit 48d8b2b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docker/dev.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ x-api-base: &api-base
2020

2121
services:
2222
es01:
23+
environment:
24+
cluster.routing.allocation.disk.threshold_enabled: "false"
2325
ports:
2426
- "${ES_EXPOSE}:9200"
27+
es02:
28+
environment:
29+
cluster.routing.allocation.disk.threshold_enabled: "false"
2530
api:
2631
<<: *api-base
2732
# uvicorn in reload mode

0 commit comments

Comments
 (0)