Commit 749d08f1 authored by wangmingming's avatar wangmingming

请求造纸

parent 6eaf3e15
......@@ -20,12 +20,25 @@ services:
deploy:
resources:
limits:
cpus: '2'
memory: 2G
cpus: '1'
memory: 1G
volumes:
- /data/log/lcc-b6/:/data/log/lcc-b6/
environment:
- work_dir=2
b63: # 单个服务标识(名字)
container_name: lcc-py-b6-3 # 启动后的容器名称 相当于 --name 指定的名称
image: lccb6:latest # 镜像
restart: "on-failure"
deploy:
resources:
limits:
cpus: '1'
memory: 1G
volumes:
- /data/log/lcc-b6/:/data/log/lcc-b6/
environment:
- work_dir=3
# akm3: # 单个服务标识(名字)
# container_name: lcc-py-5s-3 # 启动后的容器名称 相当于 --name 指定的名称
# image: py5s:latest # 镜像
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment