Are provider docker + docker swarm possible at the same time?

Hi there,
i currently have a pure docker swarm solution.
But would like to run some containers with docker-compose. Currently only docker-swarm and file are active as providers in Traefik.
However, with this configuration the docker-compose containers are not recognized by Traefik.
So my question is, is it possible to run docker and docker-swarm at the same time in Traefik without any side effects?

thanks for any help here.
Stefan

You should be able to run both, I think that was the main reason for the separate providers in Traefik v3.

Just make sure to use individual names for routers and services.