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