Merge branch 'main' of https://git.ztsw.de/pedan/freemoto
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 29s

This commit is contained in:
Pedan
2025-07-29 17:17:05 +02:00

View File

@@ -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