Skip to content

Commit d219ed3

Browse files
authored
Merge pull request #369 from nermin-io/fix-australia-docker-compose
fix(australia): remove duplicate `csv-importer` service from docker-compose.yml
2 parents c5172dd + c476cb6 commit d219ed3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

projects/australia/docker-compose.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ services:
6767
- "./pelias.json:/code/pelias.json"
6868
- "${DATA_DIR}:/data"
6969
- "./blacklist/:/data/blacklist"
70-
csv-importer:
71-
image: pelias/csv-importer:master
72-
container_name: pelias_csv_importer
73-
user: "${DOCKER_USER}"
74-
volumes:
75-
- "./pelias.json:/code/pelias.json"
76-
- "${DATA_DIR}:/data"
77-
- "./blacklist/:/data/blacklist"
7870
transit:
7971
image: pelias/transit:master
8072
container_name: pelias_transit

0 commit comments

Comments
 (0)