ERP NEXT with Docker Development Mode on Mac M1

I’m currently working on setting up ERPNext on my Mac M1 and have successfully installed it in production mode using Docker. However, I’m struggling to adapt the Docker Compose setup to enable development mode.

Is there any guide or documentation that outlines the steps for configuring ERPNext in development mode on a Mac M1? Any insights or examples would be greatly appreciated!

Thank you in advance for your help!

What are the issues you’re facing? difference b/w production setup and dev setup is primarily only one container that has bench setup. Did you go through the frappe_docker repo?