Pyronear-Wildfire-Detection / docker-compose.yml
Mateo's picture
dockerise
4def895
Raw
History Blame
267 Bytes
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: pyronear-wildfire-detection
ports:
- "7860:7860"
environment:
GRADIO_SERVER_NAME: "0.0.0.0"
GRADIO_SERVER_PORT: "7860"
restart: unless-stopped