mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
* reorg
* added configuration management; initial click cmds
* reset dirs completed
* major modularization effort
* prepping mbtiles
* first round of PR review updates
* round 2 of feedback review
* checkpoint
* habemus dockerfile 🎉
* updated dock-er-compose with long running container
* census generation works
* logging working
* updated README
* updated README
* last small update to README
* added instructions for log visualization
* census etl update for reusable fips module
* ejscreem etl updated
* further modularization
* score modularization
* tmp cleanup
15 lines
283 B
YAML
15 lines
283 B
YAML
version: "3.4"
|
|
services:
|
|
score:
|
|
image: j40_score
|
|
container_name: j40_score_1
|
|
build: score
|
|
ports:
|
|
- 8888:8888
|
|
volumes:
|
|
- ./score:/score
|
|
stdin_open: true
|
|
tty: true
|
|
environment:
|
|
ENV_FOR_DYNACONF: development
|
|
PYTHONUNBUFFERED: 1
|