Open iamshouvikmitra opened 1 month ago
You can adapt if you understand this, https://github.com/frappe/frappe_docker/blob/main/docs/single-compose-setup.md#adaptation
Try port based https://github.com/frappe/frappe_docker/blob/main/docs/port-based-multi-tenancy.md and then reverse proxy ports.
You can adapt if you understand this, https://github.com/frappe/frappe_docker/blob/main/docs/single-compose-setup.md#adaptation
Try port based https://github.com/frappe/frappe_docker/blob/main/docs/port-based-multi-tenancy.md and then reverse proxy ports.
Is it recommended to use pwd.yml in production?
Hi, I am trying to host frappe erpnext in a server which is already hosting a couple of other apps. I have nginx installed which occupies port 80 and 443, in turn proxies the traffic to apps running in the server at other ports.
While using the easy install script, I got the following error
which makes complete sense. I wish to know if there is a way I can host frappe in the exisitng system and proxy the traffic from external nginx to frappe docker containers.
Thanks!