增加docker-compose文件

This commit is contained in:
2025-05-13 15:57:10 +08:00
parent 386668a415
commit 2a9ca98143
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -33,6 +33,13 @@ services:
options:
max-size: "100m"
max-file: "10"
# 资源限制,防止内存溢出
deploy:
resources:
limits:
memory: 1500MB
reservations:
memory: 600MB
comfy-server:
container_name: comfy-server
# 阿里云镜像地址
Regular → Executable
View File