mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 12:53:16 +02:00
21 lines
486 B
YAML
21 lines
486 B
YAML
|
|
# -------------------------------------------------------------------------
|
|
# 🚀 Created and distributed by The AltStack
|
|
# 🌍 https://thealtstack.com
|
|
# -------------------------------------------------------------------------
|
|
|
|
version: '3.8'
|
|
|
|
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:
|