adds customizable "about" section
This commit is contained in:
@@ -68,6 +68,7 @@ services:
|
||||
PUBLIC_NOMINATIM_URL: https://nominatim.openstreetmap.org
|
||||
volumes:
|
||||
- ./data/uploads:/app/uploads
|
||||
- ./data/about.md:/app/build/client/md/about.md
|
||||
ports:
|
||||
- "3000:3000"
|
||||
networks:
|
||||
@@ -79,20 +80,20 @@ services:
|
||||
retries: 10
|
||||
start_period: 20s
|
||||
timeout: 10s
|
||||
# valhalla:
|
||||
# image: ghcr.io/gis-ops/docker-valhalla/valhalla:latest
|
||||
# ports:
|
||||
# - "8002:8002"
|
||||
# volumes:
|
||||
# - ./data/valhalla:/custom_files
|
||||
# environment:
|
||||
# - tile_urls=https://download.geofabrik.de/europe/germany/bayern/oberbayern-latest.osm.pbf
|
||||
# - use_tiles_ignore_pbf=True
|
||||
# - force_rebuild=False
|
||||
# - force_rebuild_elevation=False
|
||||
# - build_elevation=True
|
||||
# - build_admins=True
|
||||
# - build_time_zones=True
|
||||
# valhalla:
|
||||
# image: ghcr.io/gis-ops/docker-valhalla/valhalla:latest
|
||||
# ports:
|
||||
# - "8002:8002"
|
||||
# volumes:
|
||||
# - ./data/valhalla:/custom_files
|
||||
# environment:
|
||||
# - tile_urls=https://download.geofabrik.de/europe/germany/bayern/oberbayern-latest.osm.pbf
|
||||
# - use_tiles_ignore_pbf=True
|
||||
# - force_rebuild=False
|
||||
# - force_rebuild_elevation=False
|
||||
# - build_elevation=True
|
||||
# - build_admins=True
|
||||
# - build_time_zones=True
|
||||
|
||||
networks:
|
||||
wanderer:
|
||||
|
||||
Reference in New Issue
Block a user