kopia lustrzana https://github.com/kartoza/docker-osm
fix volume name
rodzic
ef92acedff
commit
e1fc80cfee
|
@ -24,7 +24,6 @@ services:
|
||||||
# - ALLOW_IP_RANGE= 0.0.0.0/0
|
# - ALLOW_IP_RANGE= 0.0.0.0/0
|
||||||
volumes:
|
volumes:
|
||||||
- osm-postgis-data:/var/lib/postgresql
|
- osm-postgis-data:/var/lib/postgresql
|
||||||
- ./settings:/home/settings
|
|
||||||
# Uncomment to use the postgis database from outside the docker network
|
# Uncomment to use the postgis database from outside the docker network
|
||||||
# ports:
|
# ports:
|
||||||
# - "35432:5432"
|
# - "35432:5432"
|
||||||
|
@ -37,13 +36,13 @@ services:
|
||||||
container_name: dockerosm_pbf_download
|
container_name: dockerosm_pbf_download
|
||||||
volumes:
|
volumes:
|
||||||
# These are sharable to other containers
|
# These are sharable to other containers
|
||||||
- settings:/home/settings
|
- osm_settings:/home/settings
|
||||||
environment:
|
environment:
|
||||||
# Read the README in docker-osm-pbf
|
# Read the README in docker-osm-pbf
|
||||||
- CONTINENT=africa
|
- CONTINENT=africa
|
||||||
- COUNTRY=lesotho
|
- COUNTRY=lesotho
|
||||||
- BASE_URL='http://download.geofabrik.de'
|
- BASE_URL=http://download.geofabrik.de
|
||||||
- MAPPING_URL='https://raw.githubusercontent.com/kartoza/docker-osm/develop/settings'
|
- MAPPING_URL=https://raw.githubusercontent.com/kartoza/docker-osm/develop/settings
|
||||||
- GEOJSON_URL=''
|
- GEOJSON_URL=''
|
||||||
|
|
||||||
imposm:
|
imposm:
|
||||||
|
|
Ładowanie…
Reference in New Issue