Files
cloudy/local.yml
T
2024-02-28 10:33:15 +08:00

13 lines
280 B
YAML

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