Enderson NS
[ **Multi-Workspaces and single subdomain** ] - is possible? (no subdomain)
Guys, many thx!
I kept Multi-Workspaces enabled (TRUE), but I already use other subdomains within my main domain.
Example:
app.mydomain.com
mail.mydomain.com
pay.mydomain.com
When this option is set to TRUE, it rewrites the main subdomain "app.mydomain.com" to "crm.app.mydomain.com" and not created this "crm.mydomain.com"
I can't set a URL on my root domain because it would overwrite my main website: mydomain.com.
I tried to fix this by pointing the main URL to app.mydomain.com, but I'm not sure if this is the correct approach.
Please, could you help me with this?
I use my installation via Docker Portainer, but I'm completely new to this, and I'm a bit lost when it comes to configuration.
version: "3.7"
services:
twentycrm_server:
image: twentycrm/twenty:latest
volumes:
- twentycrm_data:/app/packages/twenty-server/.local-storage
- twentycrm_docker:/app/docker-data
networks:
- my_network_app
environment:
- PORT=3000
- SERVER_URL=https://app.mydomain.com
- FRONTEND_URL=https://app.mydomain.com
- DEFAULT_SUBDOMAIN=crm
- IS_MULTIWORKSPACE_ENABLED=true
21 replies