Enable multiple-workspaces

Hi everyone. I was wondering how do I enable multiple-workspaces if I am using docker. Or is it not possible with a docker installation how do I enable it from building from source?
3 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS2d ago
You have to set IS_MULTIWORKSPACE_ENABLED to true in .env file https://twenty.com/developers/section/self-hosting/setup#auth
ajojotank
ajojotankOP2d ago
Is it possible to modify .env file for the docker installation to include this and it will work?
thomast
thomast2d ago
yep, see associated doc https://twenty.com/developers/section/self-hosting/docker-compose#step-1:-set-up-the-environment-file you can double check it worked using docker exec container env

Did you find this page helpful?