I’m setting up a self-hosted 20 CRM on AWS but facing some issues accessing it with a custom domain.
Steps I’ve Completed:
1. EC2 Instance Setup: Created an EC2 instance and associated an Elastic IP with it.
2. S3 Bucket Setup: Configured an S3 bucket as required by the CRM.
3. SSH Access: Successfully connected to the EC2 instance via SSH.
4. Docker Installation: Installed Docker and Docker Compose on the EC2 instance.
5. App Installation: Ran bash <(curl -sL https://git.new/20) to install the CRM.
6. Environment Variables: Updated the .env file with necessary configurations.
Issue:
I would like to use the URL crm.neemiracle.tech to access the CRM, but I’m not sure how to configure it to work with this domain.
Default Docker Compose Configuration: Using the default docker-compose.yml provided by the CRM.
Question:
How can I configure the 20 CRM to be accessible at crm.neemiracle.tech?
Please help me i was trying from last 5 days...
Git.new – Free GitHub Link Shortener
Shorten your GitHub URLs or links with git.new – a free, branded GitHub URL shortener powered by Dub.co
6 Replies
.env Configuration (current setup):
EC2 security group setting
only white screen is coming
Please someone help me
i will create end to end setup doc and submit in twenty docs also will create video for the same.
Please help
Try replacing the
localhost:3000
URLs with your public domain?changed to public domain but still not working
Hi @Dwij Mistry, it's a bit out of my scope but I can try to help
To properly serve an EC2 instance on AWS, I would recommend setting up an ELB and add a listener rule to point to your EC2
Make sure that your security groups are allowing the inbound trafic
you will also need to bind your docker contianer port to your host ports