mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 15:03:54 +00:00
14 lines
325 B
YAML
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
|