Docker-compose with existing nginx reverse proxy

Hello,

We already use Docker and have several containers that are using nginx as a reverse proxy via NPM https://nginxproxymanager.com/

Will using the traefik container built into Mayan’s docker compose file, interfere with nginx? If so, is there an easy way to disable it, and add NPM to Mayan’s docker compose file?

Thanks,
Daniel

Traefik is actualy disable (or more like not enabled) by default using docker compose.

Thanks for the help.

I don’t know much about Traefik. Does that mean I can safely ignore all the Traefik labels in the compose file?