mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 21:53:12 +02:00
22 lines
796 B
YAML
22 lines
796 B
YAML
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
# 🚀 BUILT & MAINTAINED BY THE ALTSTACK
|
|
# 🌍 https://thealtstack.com
|
|
# 💡 Open-source deployment templates for modern self-hosting.
|
|
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
|
|
|
|
|
|
services:
|
|
ollama-qwen:
|
|
image: ollama/ollama:latest
|
|
container_name: ollama-qwen
|
|
restart: unless-stopped
|
|
ports:
|
|
- "11438:11434"
|
|
volumes:
|
|
- ollama_qwen:/root/.ollama
|
|
|
|
volumes:
|
|
ollama_qwen:
|