Overwrite ERPNext docker-compose to switch off Traefik

I use my own Traefik setup to control my services and domains. With a docker-compose.override.yml I can still make certain settings myself. But how can I switch off the traefik in your docker-compose without changing the file myself?

Is that generally possible?

check this setup for ideas https://github.com/frappe/frappe_docker/blob/develop/docs/docker-swarm.md

It has separate traefik, portainer and erpnext installations described.

okay then I’ll take your docker-compose and adapt it (delete traefik) and make an additional override file for my test environment

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.