added debug logging to elastic and changed the version

This commit is contained in:
coltoneshaw
2023-07-19 13:03:14 -04:00
parent 79f82e17ed
commit 5e6006b1c2

View File

@@ -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