services: ollama: restart: always image: ollama/ollama container_name: ollama ports: - 11434:11434 volumes: - /home/soenke/docker-data/ollama/ollama:/root/.ollama open-webui: image: "ghcr.io/open-webui/open-webui:main" restart: always container_name: open-webui volumes: - /home/soenke/docker-data/ollama/open-webui:/app/backend/data extra_hosts: - "host.docker.internal:host-gateway" ports: - 1180:8080