I'm attempting to run a docker run command with the same parameters with Traefik. That I'm trying to run is this https://github.com/mediagis/nominatim-docker/tree/master/3.4. I have a copy of this running on a different server so it does work.
The application needs 2 ports exposed 5432 and 7070. I have port 7070 going using traefik, but I dont know where or how to expose port 5432 using the yml file. Both have to be pointing to the same container.
Maybe this could be added to the documentation? There is not a single example of a real world traefik configuration where multiple services are deployed and competing for the same ports or publishing multiple ports. The section on this is 2 lines.