Skip to content

Commit

Permalink
Merge pull request #369 from nermin-io/fix-australia-docker-compose
Browse files Browse the repository at this point in the history
fix(australia): remove duplicate `csv-importer` service from docker-compose.yml
  • Loading branch information
orangejulius authored Feb 25, 2025
2 parents c5172dd + c476cb6 commit d219ed3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions projects/australia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ services:
- "./pelias.json:/code/pelias.json"
- "${DATA_DIR}:/data"
- "./blacklist/:/data/blacklist"
csv-importer:
image: pelias/csv-importer:master
container_name: pelias_csv_importer
user: "${DOCKER_USER}"
volumes:
- "./pelias.json:/code/pelias.json"
- "${DATA_DIR}:/data"
- "./blacklist/:/data/blacklist"
transit:
image: pelias/transit:master
container_name: pelias_transit
Expand Down

0 comments on commit d219ed3

Please sign in to comment.