-
|
I'm trying to run the local copy of ORM-vector to test some new signal rendering, but I have no success. I'm following the instructions in the SETUP.md The first problem is that if I put the data into When I put the data to the But just after that the podman compose fails with the error When I look into the containers, only the db-1 and the proxy-1 is running, but the api-1 and martin-1 didn't start. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Hi, This is probably a problem in the Docker Compose file, since some changes recently for #396. As a workaround, you can try to run with the command instead. The only data file needed is There are some services in the Docker Compose which are not strictly required to run the project. I will have a look how to fix this permanently. |
Beta Was this translation helpful? Give feedback.
-
|
Speaking of Podman... I can't get the local setup to work with Podman anymore, because either Martin isn't generating tiles or the proxy <-> martin connection is failing. :/ |
Beta Was this translation helpful? Give feedback.

Hi,
This is probably a problem in the Docker Compose file, since some changes recently for #396.
As a workaround, you can try to run with the command
instead.
The only data file needed is
data/data.osm.pbf, it will filter the data for you during the import.There are some services in the Docker Compose which are not strictly required to run the project.
I will have a look how to fix this permanently.