[PR #440] [CLOSED] build: add Docker Compose file and service for running Ollama with Do… #15420

Closed
opened 2026-04-16 04:58:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/440
Author: @blogbin
Created: 8/29/2023
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • e5137e2 build: add Docker Compose file and service for running Ollama with Docker

📊 Changes

2 files changed (+54 additions, -0 deletions)

View changed files

📝 README.md (+44 -0)
docker-compose.yaml (+10 -0)

📄 Description

  • Add Docker Compose file for running Ollama with Docker
  • Create a new file docker-compose.yaml
  • Define the ollama service in the Docker Compose file
  • Build the image and set the image name to jmorganca/ollama
  • Mount the runtime/ollama directory to /home/ollama in the container

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/440 **Author:** [@blogbin](https://github.com/blogbin) **Created:** 8/29/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e5137e2`](https://github.com/ollama/ollama/commit/e5137e2f6c52ccb3b5b92873190b826054bcd1f0) build: add Docker Compose file and service for running Ollama with Docker ### 📊 Changes **2 files changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+44 -0) ➕ `docker-compose.yaml` (+10 -0) </details> ### 📄 Description - Add Docker Compose file for running Ollama with Docker - Create a new file `docker-compose.yaml` - Define the `ollama` service in the Docker Compose file - Build the image and set the image name to `jmorganca/ollama` - Mount the `runtime/ollama` directory to `/home/ollama` in the container --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 04:58:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#15420