diff --git a/comfyui/override.env b/comfyui/override.env new file mode 100644 index 0000000..058cbb7 --- /dev/null +++ b/comfyui/override.env @@ -0,0 +1,3 @@ +# This file can be used for overriding environment variables +# specifically for the ComfyUI service +# \ No newline at end of file diff --git a/compose.comfyui.yml b/compose.comfyui.yml index b988290..c5470a1 100644 --- a/compose.comfyui.yml +++ b/compose.comfyui.yml @@ -2,6 +2,7 @@ services: comfyui: env_file: - ./.env + - ./comfyui/override.env container_name: ${HARBOR_CONTAINER_PREFIX}.comfyui image: ghcr.io/ai-dock/comfyui:${HARBOR_COMFYUI_VERSION} environment: