Finance_AgenticRAG / docker-compose.yml
Atharva31's picture
Initial Commit
b2150c7
raw
history blame contribute delete
128 Bytes
version: "3.9"
services:
api:
build: .
ports:
- "8000:8000"
env_file:
- ".env"