This repository contains the necessary configuration to run the Ollama and Open Web-UI services using Docker.
- Docker installed on your machine
- Clone this repository to your local machine.
- Navigate to the project directory.
To run the Ollama and Open Web-UI services, follow these steps:
- Open a terminal and navigate to the project directory.
- Run the following command to start the services:
docker-compose up -d- Wait for the services to start. You can check the logs for any errors.
- Ollama API: http://localhost:11434/api
- Open Web-UI: http://localhost:3003
To stop the services, run the following command:
docker-compose downContributions are welcome! Please fork this repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.