mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
11 lines
164 B
YAML
11 lines
164 B
YAML
version: "3.8"
|
|
services:
|
|
ollama:
|
|
image: ollama/ollama
|
|
ports:
|
|
- "11434:11434"
|
|
volumes:
|
|
- ollama_data:/root/.ollama
|
|
|
|
volumes:
|
|
ollama_data: |