提交 9ae6c6d5 authored 作者: 任建彩's avatar 任建彩

配置

上级 a51b84af
version: "3.8"
services:
gateway:
image: test17.zhongdianyun.com/lemon/lemon-gateway:1.0.1
image: test17.zhongdianyun.com/fuse/lemon-gateway:1.0.1
container_name: lemon-gateway
restart: always
ports:
......@@ -10,7 +10,7 @@ services:
- /opt/logs/lemon/gateway/:/opt/logs/lemon/gateway/
- /etc/localtime:/etc/localtime
- /opt/upload/gateway:/opt/upload/gateway
- /etc/lemon/gateway/config/:/etc/lemon/gateway/config/
- /etc/fuse/gateway/config/:/etc/fuse/gateway/config/
deploy:
resources:
limits:
......@@ -20,7 +20,7 @@ services:
networks:
- lemon
zuul:
image: test17.zhongdianyun.com/lemon/lemon-zuul:1.0.1
image: test17.zhongdianyun.com/fuse/lemon-zuul:1.0.1
container_name: lemon-zuul
restart: always
ports:
......@@ -29,7 +29,7 @@ services:
- /opt/logs/lemon/zuul/:/opt/logs/lemon/zuul/
- /etc/localtime:/etc/localtime
- /opt/upload/lemon:/opt/upload/lemon
- /etc/lemon/zuul/config/:/etc/lemon/zuul/config/
- /etc/fuse/zuul/config/:/etc/fuse/zuul/config/
deploy:
resources:
limits:
......@@ -41,7 +41,7 @@ services:
networks:
- lemon
admin:
image: test17.zhongdianyun.com/lemon/lemon-provider-admin:1.0.1
image: test17.zhongdianyun.com/fuse/lemon-provider-admin:1.0.1
container_name: lemon-admin
restart: always
ports:
......@@ -61,7 +61,7 @@ services:
networks:
- lemon
member:
image: test17.zhongdianyun.com/lemon/lemon-provider-member:1.0.1
image: test17.zhongdianyun.com/fuse/lemon-provider-member:1.0.1
container_name: lemon-member
restart: always
ports:
......@@ -69,7 +69,7 @@ services:
volumes:
- /opt/logs/lemon/member/:/opt/logs/lemon/member/
- /etc/localtime:/etc/localtime
- /etc/lemon/member/config:/etc/lemon/member/config
- /etc/fuse/member/config:/etc/fuse/member/config
deploy:
resources:
limits:
......@@ -81,7 +81,7 @@ services:
networks:
- lemon
file:
image: test17.zhongdianyun.com/lemon/lemon-provider-file:1.0.1
image: test17.zhongdianyun.com/fuse/lemon-provider-file:1.0.1
container_name: lemon-file
restart: always
ports:
......@@ -91,7 +91,7 @@ services:
- /opt/upload/lemon:/opt/upload/lemon
- /home/lizhuo/:/home/lizhuo/
- /etc/localtime:/etc/localtime
- /etc/lemon/file/config:/etc/lemon/file/config
- /etc/fuse/file/config:/etc/fuse/file/config
deploy:
resources:
limits:
......@@ -103,7 +103,7 @@ services:
networks:
- lemon
questionbank:
image: test17.zhongdianyun.com/lemon/lemon-provider-questionbank:1.0.1
image: test17.zhongdianyun.com/fuse/lemon-provider-questionbank:1.0.1
container_name: lemon-questionbank
restart: always
ports:
......@@ -111,7 +111,7 @@ services:
volumes:
- /opt/logs/lemon/questionbank/:/opt/logs/lemon/questionbank/
- /etc/localtime:/etc/localtime
- /etc/lemon/questionbank/config/:/etc/lemon/questionbank/config/
- /etc/fuse/questionbank/config/:/etc/fuse/questionbank/config/
deploy:
resources:
limits:
......@@ -123,7 +123,7 @@ services:
networks:
- lemon
resource:
image: test17.zhongdianyun.com/lemon/lemon-provider-resource:1.0.1
image: test17.zhongdianyun.com/fuse/lemon-provider-resource:1.0.1
container_name: lemon-resource
restart: always
ports:
......@@ -132,7 +132,7 @@ services:
- /opt/logs/lemon/resource/:/opt/logs/lemon/resource/
- /etc/localtime:/etc/localtime
- /opt/upload/lemon:/opt/upload/lemon
- /etc/lemon/resource/config:/etc/lemon/resource/config
- /etc/fuse/resource/config:/etc/fuse/resource/config
deploy:
resources:
limits:
......@@ -144,7 +144,7 @@ services:
networks:
- lemon
statistics:
image: test17.zhongdianyun.com/lemon/lemon-provider-statistics:1.0.1
image: test17.zhongdianyun.com/fuse/lemon-provider-statistics:1.0.1
container_name: lemon-statistics
restart: always
ports:
......@@ -152,7 +152,7 @@ services:
volumes:
- /opt/logs/lemon/statistics/:/opt/logs/lemon/statistics/
- /etc/localtime:/etc/localtime
- /etc/lemon/statistics/config/:/etc/lemon/statistics/config/
- /etc/fuse/statistics/config/:/etc/fuse/statistics/config/
deploy:
resources:
limits:
......@@ -164,7 +164,7 @@ services:
networks:
- lemon
order:
image: test17.zhongdianyun.com/lemon/lemon-provider-order:1.0.1
image: test17.zhongdianyun.com/fuse/lemon-provider-order:1.0.1
container_name: lemon-order
restart: always
ports:
......@@ -172,7 +172,7 @@ services:
volumes:
- /opt/logs/lemon/order/:/opt/logs/lemon/order/
- /etc/localtime:/etc/localtime
- /etc/lemon/order/config/:/etc/lemon/order/config/
- /etc/fuse/order/config/:/etc/fuse/order/config/
deploy:
resources:
limits:
......@@ -184,7 +184,7 @@ services:
networks:
- lemon
third:
image: test17.zhongdianyun.com/lemon/lemon-provider-third:1.0.1
image: test17.zhongdianyun.com/fuse/lemon-provider-third:1.0.1
container_name: lemon-third
restart: always
ports:
......@@ -192,7 +192,7 @@ services:
volumes:
- /opt/logs/lemon/third/:/opt/logs/lemon/third/
- /etc/localtime:/etc/localtime
- /etc/lemon/third/config/:/etc/lemon/third/config/
- /etc/fuse/third/config/:/etc/fuse/third/config/
deploy:
resources:
limits:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论