Hi
I want to deploy both these to the cloud. Do you have any good advice on how to set that cloud up?
Are there any possibilities to speed up the first generation of the data in both of them first with more compute, ram or disk and then move that to less expensive compute environment.
It also seems like if I run the docker-compose for openroute it works just fine and creates both an image and a container. But then if I delete the container and try to start it again from the image it starts fine, but does not pick up the osm file. I assume the files are stored with the container, can I store them somewhere were they are not deleted when the container is deleted? Something with volumes?
Thanks Mats