增加docker-compose文件

This commit is contained in:
wangbo 2025-05-13 15:57:10 +08:00
parent 386668a415
commit 2a9ca98143
2 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,13 @@ services:
options: options:
max-size: "100m" max-size: "100m"
max-file: "10" max-file: "10"
# 资源限制,防止内存溢出
deploy:
resources:
limits:
memory: 1500MB
reservations:
memory: 600MB
comfy-server: comfy-server:
container_name: comfy-server container_name: comfy-server
# 阿里云镜像地址 # 阿里云镜像地址

0
redis.conf Normal file → Executable file
View File