ko-freshqa-leaderboard / docker-compose.yml
jisubae
initial commit
5e8f045
version: '3.8'
services:
freshqa-leaderboard:
build: .
ports:
- "7860:7860"
environment:
- UPSTAGE_API_KEY=${UPSTAGE_API_KEY}
volumes:
- ./datasets:/app/datasets
- ./results:/app/results
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7860/"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s