File size: 260 Bytes
fb52aa0
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3.8'

services:
  sentinelai:
    build: .
    ports:
      - "7860:7860"
    environment:
      - PYTHONUNBUFFERED=1
    volumes:
      - ./data:/home/user/app/data
      - ./artifacts:/home/user/app/artifacts
      - ./models:/home/user/app/models