j40-cejst-2/docker-compose.yml
Jorge Escobar 543d147e61
Data folder restructuring in preparation for 361 (#376)
* initial checkin

* gitignore and docker-compose update

* readme update and error on hud

* encoding issue

* one more small README change

* data roadmap re-strcuture

* pyproject sort

* small update to score output folders

* checkpoint

* couple of last fixes
2021-07-20 14:55:39 -04:00

15 lines
333 B
YAML

version: "3.4"
services:
score:
image: j40_data_pipeline
container_name: j40_data_pipeline_1
build: data/data-pipeline
ports:
- 8888:8888
volumes:
- ./data/data-pipeline:/data-pipeline
stdin_open: true
tty: true
environment:
ENV_FOR_DYNACONF: development
PYTHONUNBUFFERED: 1