17 lines
402 B
YAML
Raw Normal View History

2024-11-08 20:34:14 +05:00
services:
mvpost-package-no-finder:
2024-11-09 00:52:16 +05:00
build:
context: .
dockerfile: .build/dev/Dockerfile
2024-11-08 20:34:14 +05:00
container_name: mvpost-package-no-finder
2024-11-09 00:52:16 +05:00
hostname: mvpost-package-no-finder
2024-11-08 20:34:14 +05:00
ports:
2024-11-09 00:52:16 +05:00
- 8501:8501
2024-11-08 20:34:14 +05:00
volumes:
- .:/app
environment:
- STREAMLIT_SERVER_PORT=8501
- STREAMLIT_SERVER_ADDRESS=0.0.0.0
restart: unless-stopped
2024-11-09 00:52:16 +05:00
command: streamlit run app.py