Files
altstack-data/docker-deploy/llama-4/docker-compose.yml
2026-04-19 08:36:29 +00:00

20 lines
785 B
YAML

# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# 🚀 BUILT & MAINTAINED BY THE ALTSTACK
# 🌍 https://thealtstack.com
# 💡 Open-source deployment templates for modern self-hosting.
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
version: '3.8'
services:
llama-4:
image: ghcr.io/meta-llama/llama4:latest
container_name: llama-4
restart: unless-stopped
ports:
- "8080:8080"
environment:
- MODEL_NAME=llama-4