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

配置

上级 741d02cf
......@@ -24,7 +24,7 @@ services:
container_name: lemon-zuul
restart: always
ports:
- 8096:8096
- 8596:8596
volumes:
- /opt/logs/lemon/zuul/:/opt/logs/lemon/zuul/
- /etc/localtime:/etc/localtime
......@@ -45,7 +45,7 @@ services:
container_name: lemon-admin
restart: always
ports:
- 8116:8116
- 8016:8016
volumes:
- /opt/logs/lemon/admin/:/opt/logs/lemon/admin/
- /etc/localtime:/etc/localtime
......@@ -65,7 +65,7 @@ services:
container_name: lemon-member
restart: always
ports:
- 8102:8102
- 8012:8012
volumes:
- /opt/logs/lemon/member/:/opt/logs/lemon/member/
- /etc/localtime:/etc/localtime
......@@ -85,7 +85,7 @@ services:
container_name: lemon-file
restart: always
ports:
- 8101:8101
- 8001:8001
volumes:
- /opt/logs/lemon/file/:/opt/logs/lemon/file/
- /opt/upload/lemon:/opt/upload/lemon
......@@ -107,7 +107,7 @@ services:
container_name: lemon-questionbank
restart: always
ports:
- 8111:8111
- 8011:8011
volumes:
- /opt/logs/lemon/questionbank/:/opt/logs/lemon/questionbank/
- /etc/localtime:/etc/localtime
......@@ -127,7 +127,7 @@ services:
container_name: lemon-resource
restart: always
ports:
- 8105:8105
- 8005:8005
volumes:
- /opt/logs/lemon/resource/:/opt/logs/lemon/resource/
- /etc/localtime:/etc/localtime
......@@ -148,7 +148,7 @@ services:
container_name: lemon-statistics
restart: always
ports:
- 8108:8108
- 8008:8008
volumes:
- /opt/logs/lemon/statistics/:/opt/logs/lemon/statistics/
- /etc/localtime:/etc/localtime
......@@ -168,7 +168,7 @@ services:
container_name: lemon-order
restart: always
ports:
- 8109:8109
- 8009:8009
volumes:
- /opt/logs/lemon/order/:/opt/logs/lemon/order/
- /etc/localtime:/etc/localtime
......@@ -188,7 +188,7 @@ services:
container_name: lemon-third
restart: always
ports:
- 8110:8110
- 8010:8010
volumes:
- /opt/logs/lemon/third/:/opt/logs/lemon/third/
- /etc/localtime:/etc/localtime
......
......@@ -10,6 +10,8 @@ spring:
file-extension: yaml
group: LEMON
prefix: gateway
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
discovery:
server-addr: 192.168.2.250:8848
group: LEMON
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
......@@ -10,9 +10,11 @@ spring:
file-extension: yaml
group: LEMON
prefix: file
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
discovery:
server-addr: 192.168.2.250:8848
group: LEMON
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
#spring:
# profiles:
......
......@@ -10,6 +10,8 @@ spring:
file-extension: yaml
group: LEMON
prefix: member
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
discovery:
server-addr: 192.168.2.250:8848
group: LEMON
\ No newline at end of file
group: LEMON
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
\ No newline at end of file
......@@ -10,6 +10,8 @@ spring:
file-extension: yaml
group: LEMON
prefix: order
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
discovery:
server-addr: 192.168.2.250:8848
group: LEMON
\ No newline at end of file
group: LEMON
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
\ No newline at end of file
......@@ -10,6 +10,8 @@ spring:
file-extension: yaml
group: LEMON
prefix: questionbank
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
discovery:
server-addr: 192.168.2.250:8848
group: LEMON
\ No newline at end of file
group: LEMON
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
\ No newline at end of file
......@@ -10,7 +10,9 @@ spring:
file-extension: yaml
group: LEMON
prefix: resource
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
discovery:
server-addr: 192.168.2.250:8848
group: LEMON
port: 8105
\ No newline at end of file
port: 8005
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
\ No newline at end of file
......@@ -10,7 +10,9 @@ spring:
file-extension: yaml
group: LEMON
prefix: statistics
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
discovery:
server-addr: 192.168.2.250:8848
group: LEMON
port: 8108
\ No newline at end of file
port: 8008
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
\ No newline at end of file
......@@ -10,7 +10,9 @@ spring:
file-extension: yaml
group: LEMON
prefix: third
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
discovery:
server-addr: 192.168.2.250:8848
group: LEMON
port: 8110
port: 8010
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
......@@ -10,6 +10,8 @@ spring:
file-extension: yaml
group: LEMON
prefix: zuul
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
discovery:
server-addr: 192.168.2.250:8848
group: LEMON
namespace: f2ba193c-c5ff-46b6-b3ea-037e1b6680a1
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论