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