diff --git a/config/medienhaus-spaces.config.js b/config/medienhaus-spaces.config.js index a63231d..fc07d66 100644 --- a/config/medienhaus-spaces.config.js +++ b/config/medienhaus-spaces.config.js @@ -16,6 +16,9 @@ module.exports = { path: '/sketch', baseUrl: 'http://spacedeck.localhost', }, + tldraw: { + path: '/draw', + }, }, account: { allowAddingNewEmails: false, @@ -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'] }, }; diff --git a/docker-compose.yml b/docker-compose.yml index 30d84b1..f0984d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: @@ -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: