I would like to install erpnext using docker-compose setup but expose just plain http and use my external reverse proxy on a different machine not using docker.
I cant get it running just commenting traefik code and exposing port 80 of nginx container.
You cloud try with nginx on docker host to proxy_pass all request to docker nginx container (with label; “traefik.enable=false”", on host port you set in docker-compose.yml
It work for me on version-12 but no more since recent update on version-13.
Here is a repo I use Docker File Repo.
On production purpose I prefer on “real install”.