services: open-webui: container_name: open-webui image: ghcr.io/open-webui/open-webui:main restart: unless-stopped environment: - OLLAMA_BASE_URL=http://poslop-w:11434 ports: - 3636:8080 volumes: - open-webui:/app/backend/data volumes: open-webui: external: true