mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2025-08-02 12:50:08 +03:00
Compare commits
2 Commits
6fb08d6569
...
30616ba17d
Author | SHA1 | Date | |
---|---|---|---|
30616ba17d | |||
4cdd0ebe12 |
|
@ -100,11 +100,12 @@ services:
|
||||||
command: /start-flower
|
command: /start-flower
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:8.8.0
|
image: elasticsearch:8.11.1
|
||||||
ports:
|
ports:
|
||||||
- "9200:9200"
|
- "9200:9200"
|
||||||
- "9300:9300"
|
- "9300:9300"
|
||||||
environment:
|
environment:
|
||||||
|
- xpack.security.enabled=false
|
||||||
- node.name=activity
|
- node.name=activity
|
||||||
- discovery.type=single-node
|
- discovery.type=single-node
|
||||||
- cluster.name=ws-es-data-cluster
|
- cluster.name=ws-es-data-cluster
|
||||||
|
|
Loading…
Reference in New Issue
Block a user