Setting up matrix (through their ansible dockers setup) and n8n on the same server

hi,

sadly i am very new to this traefik setups and dockers. i use matrix to collect all my whatsapp and messenger stuff - and they switched to traefik in their recent updates. that is all fine

but now i want to run n8n as well ... and both of the setups use traefik ... and apparently setup a traefik service running - and both are listening to 80 and 443

i cant find the traefik config for matrix and wanted to know if i can configure this somehow so both services can run in parallel

thanks!

When both projects are using Traefik, then you have to find the static and dynamic configuration for each of them and merge it.

Look for traefik.yml files (or .toml) and docker-compose.yml with service labels for Traefik.