llama-stack-mirror/distributions/together/compose.yaml
2025-01-17 22:48:49 -08:00

14 lines
325 B
YAML

services:
llamastack:
image: llamastack/together
ports:
- "8321:8321"
environment:
- TOGETHER_API_KEY=${TOGETHER_API_KEY}
entrypoint: bash -c "llama stack run together"
deploy:
restart_policy:
condition: on-failure
delay: 3s
max_attempts: 5
window: 60s