nfl-playoff-challenge-streamlit / docker-compose.yml
Jon Solow
Add everything from yfdashboard
dd64f21
raw
history blame
195 Bytes
services:
streamlit:
build:
dockerfile: ./Dockerfile
context: ./
target: service
ports:
- '8501:8501'
environment:
- USER_ID=1000
- GROUP_ID=1000