This commit is contained in:
2024-02-28 10:33:15 +08:00
commit 492c03bfcf
27 changed files with 813 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3.8'
services:
streamlit-fin:
build:
context: .
dockerfile: ./compose/streamlit-fin/Dockerfile
image: streamlit_fin_local
container_name: streamlit_fin_app
restart: always
ports:
- 8501:8501
command: streamlit run src/app.py