yt-agent-streamlit / docker-compose.yml
avoigt1121
first commit
df3a03a
Raw
History Blame Contribute Delete
184 Bytes
version: '3.8'
services:
streamlit-app:
build: .
ports:
- "8501:8501"
volumes:
- .:/app
environment:
- PYTHONPATH=/app
restart: unless-stopped