How to run the frappe docker setup on localhost?

I got the single server setup working on a server with a domain name. But now I have a use case where I need to run it in production locally and access it locally. How would I achieve that?

read this to understand how the compose file for production works. you can make changes as per need.

check frontend container, it sets default site using env var. it gets served on published port. add multiple such services with different sites in env var and expose unique ports

1 Like