mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
* 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
15 lines
333 B
YAML
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
|