forked from mrckndt/CS-Repro-Mattermost
added debug logging to elastic and changed the version
This commit is contained in:
@@ -89,7 +89,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
image: mattermost/mattermost-enterprise-edition:release-7.9
|
image: mattermost/mattermost-enterprise-edition:release-7.8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
@@ -137,12 +137,13 @@ services:
|
|||||||
command:
|
command:
|
||||||
- start-dev
|
- start-dev
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: elasticsearch:8.4.2
|
image: elasticsearch:7.17.10
|
||||||
container_name: cs-repro-elasticsearch
|
container_name: cs-repro-elasticsearch
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- xpack.security.enabled=false
|
- xpack.security.enabled=false
|
||||||
- discovery.type=single-node
|
- discovery.type=single-node
|
||||||
|
- logger.level=DEBUG
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
|
|||||||
Reference in New Issue
Block a user