From fe1170ee837a9fcdf2de54d94bc7770f9050d628 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 3 Sep 2024 07:47:24 +0100 Subject: [PATCH] build: comment out importer service for now --- docker-compose.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6cf14fa..05256ae 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -152,17 +152,17 @@ services: --map-nodes 10000000 --map-area 10 && \ tail --pid=\$(cat /tmp/cgimap.pid) -f /dev/null" - importer: - image: "ghcr.io/hotosm/osm-sandbox/importer:latest" - build: - context: importer - depends_on: - osm: - condition: service_healthy - networks: - - osm-net - restart: unless-stopped - entrypoint: sleep infinity + # importer: + # image: "ghcr.io/hotosm/osm-sandbox/importer:latest" + # build: + # context: importer + # depends_on: + # osm: + # condition: service_healthy + # networks: + # - osm-net + # restart: unless-stopped + # entrypoint: sleep infinity osm-db: image: docker.io/postgres:14