File size: 158 Bytes
d56a566
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
version: '3'
services:
  app:
    build: .
    ports:
      - "7860:7860"
    volumes:
      - .:/app
    command: uvicorn app:app --host 0.0.0.0 --port 7860