mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-02 02:33:17 -07:00
This reverts commit 89c23faf7a
(dockerize-front-end)
This commit is contained in:
parent
62ab7f58df
commit
f5c4ba6d88
11 changed files with 30 additions and 113 deletions
|
@ -1,40 +1,15 @@
|
|||
version: "3.4"
|
||||
services:
|
||||
# The j40_data_pipeline service runs the ETL pipeline to create the score
|
||||
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
|
||||
|
||||
# The score_server serves the data-pipeline volume as a URL
|
||||
j40_score_server:
|
||||
image: j40_score_server
|
||||
container_name: j40_score_server_1
|
||||
build: data/data-serve/.
|
||||
volumes:
|
||||
- ./data/data-pipeline/data_pipeline/data/score:/data/data-pipeline/data_pipeline/data/score
|
||||
ports:
|
||||
- 5000:8080
|
||||
|
||||
#The j40_website service runs the web app / map / site
|
||||
j40_website:
|
||||
image: j40_website
|
||||
container_name: j40_website_1
|
||||
build: ./client
|
||||
environment:
|
||||
DATA_SOURCE: local
|
||||
volumes:
|
||||
- ./client/src:/client/src
|
||||
ports:
|
||||
- 8000:6000
|
||||
depends_on:
|
||||
- "j40_score_server"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue