disable osmtitle

This commit is contained in:
deflax 2024-03-28 17:30:25 +02:00
parent 16489bbcce
commit f3d6fd284b

View file

@ -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: {}