volumes: ollama: external: true open-webui: external: true networks: checkmk_msp: services: checkmk-mcp: build: . container_name: checkmk-mcp-server ports: - "8000:8000" environment: - RUST_LOG=debug healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/mcp"] interval: 30s timeout: 10s retries: 3 start_period: 40s networks: - checkmk_msp open-webui: image: ghcr.io/open-webui/open-webui:ollama container_name: open-webui gpus: all ports: - "8080:8080" environment: OLLAMA_HOST: 0.0.0.0:11434 volumes: - ollama:/root/.ollama - open-webui:/app/backend/data networks: - checkmk_msp