I have successfully installed using docker and local postgres database, there are couple of issues which i am unable to resolve.
1. The url i provides was without https (
http://domain.com:3000), when i access Outlook 365 calendar it says it requires https or should be
http://localhost. Tried both localhost and adding https (which broke the site)
2. How do i change these values without going through the entire rebuild? Just changing the env file and composer up command would work? Most cases its not rebuilding it properly.