Skip to content
Prev Previous commit
Next Next commit
fix(output): write to local folder
  • Loading branch information
lmeyerov committed Sep 5, 2022
commit b3e49e869d2c805c4efecf5375a0333dde319ea6
2 changes: 1 addition & 1 deletion infra/pipelines/docker/datastream-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
volumes:
- /home/lmeyerov2/neo4jcreds.json:/secrets/neo4jcreds.json:ro
- ./../../../jobs:/app:ro
- /home/lmeyerov/Work/ProjectDomino/output:/output
- ./output:/output
environment:
JOB_FILE: ${JOB_FILE:-search_by_date_job.py}
TOPIC: ${TOPIC:-covid}
Expand Down
3 changes: 3 additions & 0 deletions output/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Output folder

Job outputs in write mode go here