CLD-5835 - Do not use the mattermost-build-webapp image from ECR (#23748)

* Only use mattermostdevelopment images
* Fix docker mirroring workflow
* Reenable insights feature for E2E tests
Этот коммит содержится в:
mvitale1989
2023-06-15 08:43:39 +02:00
коммит произвёл GitHub
родитель 5881c7dac5
Коммит b8858c4582
4 изменённых файлов: 9 добавлений и 2 удалений

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

@@ -3,7 +3,7 @@ version: '3.1'
services:
dashboard:
image: node:16.17.0
image: mattermostdevelopment/mirrored-node:16.17.0
environment:
PG_URI: postgres://mmuser:mostest@db:5432/automation_dashboard_db
JWT_SECRET: s8gGBA3ujKRohSw1L8HLOY7Jjnu2ZYv8 # Generated with e.g. `dd if=/dev/urandom count=24 bs=1 2>/dev/null | base64 -w0`