File size: 133 Bytes
07d90ae
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
version: "3.9"

services:
  fastapi-app:
    build: .
    ports:
      - "7860:7860"
    volumes:
      - .:/app
    restart: always