1
0
mirror of https://github.com/coltoneshaw/CS-Repro-Mattermost.git synced 2025-12-23 18:11:34 +01:00

added rtcd service

This commit is contained in:
coltoneshaw
2024-04-02 16:27:04 -04:00
parent 0212df2766
commit c10d21eec2
3 changed files with 46 additions and 2 deletions

View File

@@ -223,6 +223,24 @@ services:
- MM_ServiceSettings_EnableLocalMode=true
- MM_ServiceSettings_LocalModeSocketLocation=/var/tmp/mattermost_local.socket
- MM_ServiceSettings_LicenseFileLocation=/mattermost/config/license.mattermost-enterprise
mattermost-rtcd:
container_name: cs-repro-mattermost-rtcd
platform: linux/amd64
image: mattermost/rtcd:latest
restart: unless-stopped
volumes:
- ./volumes/rtcd/logs:/logs:rw
environment:
- RTCD_LOGGER_ENABLEFILE=true
- RTCD_LOGGER_FILELOCATION=/logs
- RTCD_LOGGER_FILELEVEL=DEBUG
- RTCD_API_SECURITY_ALLOWSELFREGISTRATION=true
- RTCD_LOGGER_CONSOLELEVEL=DEBUG
ports:
- "8443:8443/udp"
- "8443:8443/tcp"
- "8045:8045"
# mysql:
# container_name: cs-repro-mysql
# image: mysql:8