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
You have to set IS_MULTIWORKSPACE_ENABLED to true in .env file https://twenty.com/developers/section/self-hosting/setup#auth
Is it possible to modify .env file for the docker installation to include this and it will work?
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