version: "3.9" services: ollama: build: context: . dockerfile: Dockerfile ports: - "11434:11434" volumes: - ollama-data:/home/user/.ollama gateway: build: context: . dockerfile: Dockerfile.gateway ports: - "5000:5000" depends_on: - ollama volumes: ollama-