File size: 205 Bytes
38a3c61
 
 
5160659
38a3c61
b26a6dc
38a3c61
b26a6dc
5160659
 
38a3c61
 
1
2
3
4
5
6
7
8
9
10
11
12
version: '3.8'

services:
  api:
    build: .
    # Command is now defined in Dockerfile's CMD
    ports:
      - "7860:7860" # Expose Gradio/API port
    volumes:
      - .:/app
    env_file:
      - .env