init(*):初始化;使用sun-panel作为前端;使用dockge管理dockercompose
This commit is contained in:
1
comfyui/.env
Normal file
1
comfyui/.env
Normal file
@@ -0,0 +1 @@
|
||||
# VARIABLE=value #comment
|
||||
27
comfyui/compose.yaml
Normal file
27
comfyui/compose.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
comfyui:
|
||||
image: docker.citory.tech/mirror/yanwk/comfyui-boot:cu121
|
||||
container_name: comfyui
|
||||
ports:
|
||||
- 10587:8188
|
||||
volumes:
|
||||
- /home/deepgeek/data/data_local/server/comfyui/storage:/home/runner
|
||||
- /home/deepgeek/data/data_local/server/sd-models/checkpoints:/home/runner/ComfyUI/models/checkpoints
|
||||
- /home/deepgeek/data/data_local/server/sd-models/loras:/home/runner/ComfyUI/models/loras
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities:
|
||||
- compute
|
||||
- utility
|
||||
- gpu
|
||||
restart: always
|
||||
runtime: nvidia
|
||||
x-dockge:
|
||||
urls:
|
||||
- http://local.citory.tech:10587
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user