UPDATE
This commit is contained in:
+8
-2
@@ -15,14 +15,16 @@ services:
|
|||||||
image: elasticsearch:8.12.1
|
image: elasticsearch:8.12.1
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
mem_limit : 4g
|
mem_limit : 4g #limitation de l'utilisation de la ram
|
||||||
environment:
|
environment:
|
||||||
- discovery.type=single-node
|
- discovery.type=single-node
|
||||||
- xpack.security.enabled=false #desactivation du ssl, pour l'activer : https://www.elastic.co/guide/en/elasticsearch/reference/7.17/configuring-tls-docker.html
|
- xpack.security.enabled=false #desactivation du ssl, pour l'activer : https://www.elastic.co/guide/en/elasticsearch/reference/7.17/configuring-tls-docker.html
|
||||||
- xpack.security.enrollment.enabled=false
|
- xpack.security.enrollment.enabled=false
|
||||||
- "ES_JAVA_OPTS=-Xms2g -Xmx2g"
|
- "ES_JAVA_OPTS=-Xms2g -Xmx2g" #limitation de l'utilisation de la ram
|
||||||
networks:
|
networks:
|
||||||
- parsedmarc-network
|
- parsedmarc-network
|
||||||
|
volumes:
|
||||||
|
- 'data01:/usr/share/elasticsearch/data'
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
build: ./grafana/
|
build: ./grafana/
|
||||||
@@ -51,6 +53,10 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- parsedmarc-network
|
- parsedmarc-network
|
||||||
|
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data01:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
parsedmarc-network:
|
parsedmarc-network:
|
||||||
ipam:
|
ipam:
|
||||||
|
|||||||
Reference in New Issue
Block a user