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