ollama-docker-compose.yml hinzugefügt

This commit is contained in:
2025-05-11 17:25:21 +00:00
parent 0180da1cfa
commit 3900f7a1fc

14
ollama-docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
ollama:
image: ${OLLAMA_IMAGE:-ollama/ollama:latest}
container_name: ${OLLAMA_NAME}
ports:
- "${OLLAMA_PORT}:11434"
volumes:
- ${OLLAMA_VOLUME}:/root/.ollama
restart: always
volumes:
ollama:
external: true