增加docker-compose文件
This commit is contained in:
parent
386668a415
commit
2a9ca98143
@ -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
0
redis.conf
Normal file → Executable file
Loading…
Reference in New Issue
Block a user