I need "172.18.0.3" to be the container's actual ip address in that particular moment (bitwarden) and not a static IP like the one I set. How can I do it? Using labels I normally just specify the ports and be done with it, is there a way to it with the dynamic configuration too?
I thought about moving the configurations away from the docker-compose file and just move everything to the Traefik dynamic configuration file because I thought it was a more organized way to configure the routers and services. If you think that is something that's gonna cause me problems, I'll just revert my configs and keep using the labels in the docker-compose file for each container. I'm kinda new to this, I thought that labels and dynamic configuration worked the same way.
Just for clarification, when you say docker provider that means using container labels, right? Also yea, I tried setting the IP statically for my services in the dynamic file but it's a mess, it changes all the time. Thanks for the reply.