initial commit
This commit is contained in:
62
README.md
Normal file
62
README.md
Normal file
@@ -0,0 +1,62 @@
|
||||
# Ollama Docker Compose Setup
|
||||
|
||||
Welcome to the Ollama Docker Compose Setup! This project simplifies the deployment of Ollama using Docker Compose, making it easy to run Ollama with all its dependencies in a containerized environment.
|
||||
|
||||
## Getting Started
|
||||
|
||||
To get started with the Ollama Docker Compose Setup, follow the steps below:
|
||||
|
||||
### Prerequisites
|
||||
|
||||
Make sure you have the following prerequisites installed on your machine:
|
||||
|
||||
- [Docker](https://www.docker.com/)
|
||||
- [Docker Compose](https://docs.docker.com/compose/)
|
||||
|
||||
### Configuration
|
||||
|
||||
1. Clone the Docker Compose repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/valiantlynx/ollama-docker.git
|
||||
```
|
||||
|
||||
2. Change to the project directory:
|
||||
|
||||
```bash
|
||||
cd ollama-docker
|
||||
mkdir ollama/ollama
|
||||
mkdir ollama/ollama-webui
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
Start Ollama and its dependencies using Docker Compose:
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
Visit [http://localhost:3000](http://localhost:3000) in your browser to access Ollama.
|
||||
|
||||
### Stop and Cleanup
|
||||
|
||||
To stop the containers and remove the network:
|
||||
|
||||
```bash
|
||||
docker-compose down
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
We welcome contributions! If you'd like to contribute to the Ollama Docker Compose Setup, please follow our [Contribution Guidelines](CONTRIBUTING.md).
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute it according to the terms of the license.
|
||||
|
||||
## Contact
|
||||
|
||||
If you have any questions or concerns, please contact us at [contact@ollama.com](mailto:contact@ollama.com).
|
||||
|
||||
Enjoy using Ollama with Docker Compose! 🐳🚀
|
||||
Reference in New Issue
Block a user