From ffda0b1bb794fc6988ff1e41ab13bbd8bcd1ca44 Mon Sep 17 00:00:00 2001 From: Karol <11367@kasprzak.edu.pl> Date: Mon, 21 Oct 2024 23:26:13 +0200 Subject: [PATCH] Update compose.yml --- compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 6533b94da..8a4bfcaae 100644 --- a/compose.yml +++ b/compose.yml @@ -2,6 +2,7 @@ x-comfyui-common: &comfyui-common build: context: . + image: comfyui ports: - "${PORT:-8188}:8188" volumes: @@ -11,13 +12,13 @@ x-comfyui-common: &comfyui-common # ComfyUI profiles services: - cpu: + comfyui-cpu: <<: *comfyui-common command: > python main.py --listen=${LISTEN_IP:-0.0.0.0} --cpu profiles: - cpu - cuda: + comfyui-cuda: <<: *comfyui-common command: > python main.py --listen=${LISTEN_IP:-0.0.0.0}