agentic-triage-amd / docker-compose.yml
OGrohit's picture
Phase 3: Docker, demo, final cleanup — submission ready
b4feb46
Raw
History Blame Contribute Delete
470 Bytes
version: "3.8"
services:
environment:
build: .
ports:
- "7860:7860"
env_file:
- .env
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7860/health"]
interval: 10s
timeout: 5s
retries: 3
agent:
build: .
depends_on:
environment:
condition: service_healthy
env_file:
- .env
environment:
- ENV_HOST=environment
- ENV_PORT=7860
command: python run_agent.py