inference-api-g1 / docker-compose.yml
alexfremont's picture
Merge Gradio UI into FastAPI app and standardize port to 7860
b26a6dc
raw
history blame contribute delete
205 Bytes
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