* Add MM_SERVICEENVIRONMENT to config_generator
Этот коммит содержится в:
mvitale1989
2023-07-13 13:28:11 +02:00
коммит произвёл GitHub
родитель e1aa7b21ac
Коммит b00bb20d89

Просмотреть файл

@@ -121,6 +121,8 @@ services:
image: "mattermostdevelopment/mirrored-golang:1.19.5"
entrypoint: [ "/bin/bash", "-c" ]
command: [ "until [ -f /var/run/mm_terminate ]; do sleep 5; done" ]
environment:
MM_SERVICEENVIRONMENT: "test" # Currently required for running the config_generator with the right environment
working_dir: "/opt/mattermost-server"
volumes:
- "../../:/opt/mattermost-server"