From 3df209edcc6d67a783ee093ca0eeec8055e1490f Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 12 Aug 2024 23:50:35 +0200 Subject: [PATCH] tmp --- docker-compose.local.yml | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.local.yml b/docker-compose.local.yml index d31753592..e7c89dc17 100644 --- a/docker-compose.local.yml +++ b/docker-compose.local.yml @@ -20,7 +20,7 @@ services: start_period: 20s osm-download-data: image: alpine:latest - command: sh -c "apk add wget && wget --continue --timestamping https://download.geofabrik.de/europe/germany-latest.osm.pbf" + command: sh -c "apk add wget && wget --continue --timestamping https://download.geofabrik.de/europe/germany/bayern/oberbayern-latest.osm.pbf" working_dir: /map/data volumes: - ./map/data/:/map/data/:rw @@ -43,7 +43,7 @@ services: - db - --port - "5432" - - /map/data/data.pbf + - /map/data/oberbayern-latest.osm.pbf - --output=flex - --style - /map/osm2pgsql/style.lua diff --git a/docker-compose.yml b/docker-compose.yml index dd69feecc..737dcc0bd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -216,7 +216,7 @@ services: - db - --port - "5432" - - /map/data/data.pbf + - /map/data/germany-latest.osm.pbf - --output=flex - --style - /map/osm2pgsql/style.lua