Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
build: comment out importer service for now
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 3, 2024
1 parent 58cb595 commit fe1170e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe1170e

Please sign in to comment.