disable osmtitle
This commit is contained in:
parent
16489bbcce
commit
f3d6fd284b
|
@ -40,21 +40,21 @@ services:
|
|||
labels:
|
||||
- meta.role=forest
|
||||
|
||||
osmtile:
|
||||
image: overv/openstreetmap-tile-server:2.3.0
|
||||
hostname: osmtile
|
||||
environment:
|
||||
- "DOWNLOAD_PBF=https://download.geofabrik.de/europe/bulgaria-latest.osm.pbf"
|
||||
- "DOWNLOAD_POLY=https://download.geofabrik.de/europe/bulgaria.poly"
|
||||
volumes:
|
||||
- "./data/osmtile/pgdata:/data/database/"
|
||||
command: "run"
|
||||
#command: "import"
|
||||
ports:
|
||||
- 80:8000
|
||||
networks:
|
||||
- internal
|
||||
restart: always
|
||||
# osmtile:
|
||||
# image: overv/openstreetmap-tile-server:2.3.0
|
||||
# hostname: osmtile
|
||||
# environment:
|
||||
# - "DOWNLOAD_PBF=https://download.geofabrik.de/europe/bulgaria-latest.osm.pbf"
|
||||
# - "DOWNLOAD_POLY=https://download.geofabrik.de/europe/bulgaria.poly"
|
||||
# volumes:
|
||||
# - "./data/osmtile/pgdata:/data/database/"
|
||||
# command: "run"
|
||||
# #command: "import"
|
||||
# ports:
|
||||
# - 80:8000
|
||||
# networks:
|
||||
# - internal
|
||||
# restart: always
|
||||
|
||||
networks:
|
||||
internal: {}
|
||||
|
|
Loading…
Reference in a new issue