YFDashboard / docker-compose.yml
Jon Solow
Copy setup from JonSolow/streamlit-template
7a18dc2
raw
history blame
No virus
195 Bytes
services:
streamlit:
build:
dockerfile: ./Dockerfile
context: ./
target: service
ports:
- '8501:8501'
environment:
- USER_ID=1000
- GROUP_ID=1000