freeplay2api / docker-compose.yml
bibibi12345's picture
changed proxy pool
9426190
version: '3.8'
services:
freeplay2api:
build: .
ports:
- "7860:7860"
environment:
- API_KEY=sk-123456
volumes:
- ./data:/app/data
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7860/v1/models"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s