switch to osmnx

This commit is contained in:
2024-07-07 14:49:10 +02:00
parent 49ce8527a3
commit f9c86261cb
13 changed files with 470 additions and 959 deletions

View File

@@ -12,5 +12,6 @@ EXPOSE 8000
# Set environment variables used by the deployment. These can be overridden by the user using this image.
ENV NUM_WORKERS=1
ENV OSM_CACHE_DIR=/cache
CMD ["pipenv", "run", "fastapi", "run", "src/main.py", '--port 8000', '--workers $NUM_WORKERS']