How to use 2 or more osm_file in one docker

How to configure in docker-compose.yml the use of more than 2 osm_file in a single docker. I want to take data from Mexico and Brazil, thanks. Greetings from México.

You’ll need to merge the PBF with e.g. osmium, osmosis or whatever. ORS is only able to take a single PBF at this point. Also, you need to map the single PBF to the container’s osm_file.pbf, don’t change anything on the right side of any colon, those are all container-internal paths/ports.

BTW, pls no screenshots of code, use proper Markdown formatting.

1 Like

Thankyou for you response, have a good day.