File size: 328 Bytes
4def895
 
 
 
 
 
 
 
 
05da2c4
 
 
4def895
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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