Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 12, 2024
1 parent da07fec commit 3df209e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3df209e

Please sign in to comment.