Skip to content
Snippets Groups Projects
Commit 301712b9 authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Added metadata-getter tool docker-compose-tools

parent ed1d90f8
Branches
Tags
No related merge requests found
...@@ -39,6 +39,14 @@ services: ...@@ -39,6 +39,14 @@ services:
- ./config.yaml:/app/config.yaml:ro - ./config.yaml:/app/config.yaml:ro
- working-directory:/app/output - working-directory:/app/output
metadata-getter:
build: .
image: data-grandlyon-com-indexer
command: python 1-metadata-getter.py --host localhost --exchange download_data_grandlyon_com_index
volumes:
- ./config.yaml:/app/config.yaml:ro
#- working-directory:/app/output
volumes: volumes:
rabbitmq: rabbitmq:
#mongo: #mongo:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment