Skip to content

Instantly share code, notes, and snippets.

@AlexandraKapp
AlexandraKapp / osrm_docker_windows.md
Last active November 10, 2025 09:45
How to set up your own OSRM backend with Docker on Windows

How to set up your own OSRM backend with Docker on Windows

The OSRM docker quick start provides a great explanation on how to set up the container: https://hub.docker.com/r/osrm/osrm-backend/

Yet - for Docker on Windows minor changes were necessary for me (otherwise I'd get "File not found" or "Permission" errors).

This is how it worked for me:

1. Pull the image

@danielwetan
danielwetan / nodejs-cicd-github-actions.md
Last active March 31, 2026 18:26
Deploy Node.js to VPS using Github Actions

Deploy Node.js to VPS using Github Actions

Steps to deploy Node.js to VPS using PM2 and Github Actions

1. Clone repo to VPS folder