Skip to content

Commit

Permalink
Fix element-web version to v1.11.57 because of element-hq/element-web…
Browse files Browse the repository at this point in the history
  • Loading branch information
fnwbr committed Mar 13, 2024
1 parent 6b942cf commit 5447587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions config/medienhaus-spaces.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ module.exports = {
path: '/sketch',
baseUrl: 'http://spacedeck.localhost',
},
tldraw: {
path: '/draw',
},
},
account: {
allowAddingNewEmails: false,
Expand All @@ -24,4 +27,5 @@ module.exports = {
pathToElement: 'http://localhost/element',
},
contextRootSpaceRoomId: process.env.MEDIENHAUS_ROOT_CONTEXT_SPACE_ID,
templates: { item: ['etherpad', 'spacedeck', 'tldraw', 'studentproject', 'link'] },
};
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ services:
# ------------------------------------------------------

element:
image: vectorim/element-web:latest
image: vectorim/element-web:v1.11.57
container_name: element
restart: unless-stopped
depends_on:
Expand Down Expand Up @@ -255,7 +255,7 @@ services:
- ./config/medienhaus-spaces.config.js:/app/config.js:ro

element-medienhaus-spaces:
image: vectorim/element-web:latest
image: vectorim/element-web:v1.11.57
container_name: element-medienhaus-spaces
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit 5447587

Please sign in to comment.