Skip to content

Fixes #536 (CS) - Added Ollama scenario for Docker compose #648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions install/docker-compose/docker-compose-scenarios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The following scenarios are supported and explained further below:
- :ref:`Additional scenarios <additional-scenarios>`

- Disable the backup service
- Add an Ollama instance to the stack

You can find the files in the
`Zammad-Docker-Compose repository <https://github.com/zammad/zammad-docker-compose>`_.
Expand Down Expand Up @@ -202,6 +203,23 @@ built in backup service in the stack to save resources.
You can do so by just using the scenario file
``scenarios/disable-backup-service.yml`` for deployment.

Add Ollama
^^^^^^^^^^

You can spin up an additional `Ollama <https://ollama.com/>`_ container to use
:admin-docs:`Zammad's AI features </ai/features.html>` on your machine.

.. hint:: This is intended for development or testing purposes as running a
productive LLM stack is complex.

To deploy an Ollama container inside the Zammad stack, use the scenario file
``scenarios/add-ollama.yml``. This creates an Ollama container which
automatically pulls and serves ``Llama3.2`` to be ready to use/test AI features
out of the box.

To use it in Zammad, add the service name and port (``http://ollama:11434``) to
the :admin-docs:`provider configuration </ai/provider.html>`.

Other Use Cases
^^^^^^^^^^^^^^^

Expand Down