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