diff --git a/README.md b/README.md index 47828bb..eeca776 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,22 @@ Example `docker-compose.yml`: ```yaml services: freemoto-web: - build: . + image: git.ztsw.de/pedan/freemoto/freemoto-web:latest ports: - "8080:8080" env_file: - .env + #environment: + # - VALHALLA_URL=http://10.200.0.15:8002/route + # - PORT=8080 + valhalla-scripted: + image: ghcr.io/valhalla/valhalla-scripted:latest + ports: + - 8002:8002 + volumes: + - $PWD/custom_files:/custom_files + environment: + - tile_urls=https://download.geofabrik.de/europe/germany-latest.osm.pbf ``` ## Customization