mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 19:53:12 +02:00
20 lines
471 B
YAML
20 lines
471 B
YAML
|
|
# -------------------------------------------------------------------------
|
|
# 🚀 Created and distributed by The AltStack
|
|
# 🌍 https://thealtstack.com
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
services:
|
|
ollama-deepseek:
|
|
image: ollama/ollama:latest
|
|
container_name: ollama-deepseek
|
|
restart: unless-stopped
|
|
ports:
|
|
- "11435:11434"
|
|
volumes:
|
|
- ollama_deepseek:/root/.ollama
|
|
|
|
volumes:
|
|
ollama_deepseek:
|