chore(ollama): remove ComfyUI service from compose configuration

Removed the AMD-optimized ComfyUI service definition from the Docker Compose file. This cleanup includes the removal of the specific ROCm hardware mappings, volume mounts, and network configurations associated with the image engine.
This commit is contained in:
2025-12-24 21:32:30 -05:00
parent 89ad1f134e
commit fc44fccc10

View File

@@ -56,38 +56,6 @@ services:
constraints:
- node.role == manager
# --- IMAGE ENGINE: ComfyUI (AMD Optimized) ---
comfyui:
image: yanwk/comfyui-boot:rocm # Command to auto-install ComfyUI on first boot
networks:
- ai_internal
- proxy
deploy:
replicas: 1
placement:
constraints:
- node.labels.gpu == true
# Hardware Access
devices:
- /dev/dri:/dev/dri
- /dev/kfd:/dev/kfd
cap_add:
- IPC_LOCK
- SYS_PTRACE
volumes:
# --- UPDATED PATH ---
- /mnt/local-ssd/docker/comfyui:/workspace/ComfyUI
# System Hardware Maps
- /sys/class/drm:/sys/class/drm:ro
- /sys/class/kfd:/sys/class/kfd:ro
- /sys/devices:/sys/devices:ro
environment:
- HSA_OVERRIDE_GFX_VERSION=10.3.0
- CLI_ARGS=--listen 0.0.0.0 --port 8188
networks:
ai_internal:
external: true