|
@@ -5,8 +5,10 @@ services:
|
|
|
dockerfile: ./Dockerfile
|
|
dockerfile: ./Dockerfile
|
|
|
ports:
|
|
ports:
|
|
|
- "8501:8501"
|
|
- "8501:8501"
|
|
|
- # volumes:
|
|
|
|
|
- # - ./:/app # Mount the entire monorepo. TODO: pull from GH
|
|
|
|
|
|
|
+ volumes:
|
|
|
|
|
+ - type: bind
|
|
|
|
|
+ source: ./
|
|
|
|
|
+ target: /app
|
|
|
environment:
|
|
environment:
|
|
|
- STREAMLIT_SERVER_PORT=8501
|
|
- STREAMLIT_SERVER_PORT=8501
|
|
|
- STREAMLIT_SERVER_ADDRESS=0.0.0.0
|
|
- STREAMLIT_SERVER_ADDRESS=0.0.0.0
|