Skip to content

Commit

Permalink
chore: comfyui - add override.env file
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Sep 30, 2024
1 parent e6169f0 commit 8b2d34c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions comfyui/override.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file can be used for overriding environment variables
# specifically for the ComfyUI service
#
1 change: 1 addition & 0 deletions compose.comfyui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8b2d34c

Please sign in to comment.