Pyronear-Wildfire-Detection / docker-compose.yml
Mateo's picture
switch to streamlit
05da2c4
Raw
History Blame
328 Bytes
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: pyronear-wildfire-detection
ports:
- "7860:7860"
environment:
STREAMLIT_SERVER_ADDRESS: "0.0.0.0"
STREAMLIT_SERVER_PORT: "7860"
STREAMLIT_BROWSER_GATHER_USAGE_STATS: "false"
restart: unless-stopped