网络环境调整
This commit is contained in:
@@ -21,7 +21,7 @@ RUN mkdir -p /logs /app/resource/log/run /app/resource/log/server
|
||||
# 添加执行权限
|
||||
RUN chmod +x /app/main
|
||||
|
||||
EXPOSE 8808
|
||||
EXPOSE 9001
|
||||
|
||||
# 使用root用户运行
|
||||
CMD ["./main"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
server:
|
||||
name: "admin-go"
|
||||
address: ":8808"
|
||||
address: ":9001"
|
||||
serverRoot: "resource/public"
|
||||
dumpRouterMap: false
|
||||
routeOverWrite: true
|
||||
@@ -106,7 +106,7 @@ gfcli:
|
||||
path: "./internal/app/system"
|
||||
|
||||
# 文件上传服务地址,与oss模块minio中的endpoint(filePrefix需要加http://)一致
|
||||
filePrefix: "http://116.204.74.41:9000"
|
||||
filePrefix: "http://172.17.0.3:9000"
|
||||
|
||||
consul:
|
||||
address: 116.204.74.41:8500
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
server:
|
||||
name: "admin-go"
|
||||
address: ":8808"
|
||||
address: ":9001"
|
||||
serverRoot: "resource/public"
|
||||
dumpRouterMap: false
|
||||
routeOverWrite: true
|
||||
@@ -106,7 +106,7 @@ gfcli:
|
||||
path: "./internal/app/system"
|
||||
|
||||
# 文件上传服务地址,与oss模块minio中的endpoint(filePrefix需要加http://)一致
|
||||
filePrefix: "http://192.168.0.169:9000"
|
||||
filePrefix: "http://172.17.0.3:9000"
|
||||
|
||||
consul:
|
||||
address: 192.168.0.169:8500
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
server:
|
||||
name: "admin-go"
|
||||
address: ":8808"
|
||||
address: ":9001"
|
||||
serverRoot: "resource/public"
|
||||
dumpRouterMap: false
|
||||
routeOverWrite: true
|
||||
@@ -105,7 +105,7 @@ gfcli:
|
||||
path: "./internal/app/system"
|
||||
|
||||
# 文件上传服务地址,与oss模块minio中的endpoint(filePrefix需要加http://)一致
|
||||
filePrefix: "http://116.204.74.41:9000"
|
||||
filePrefix: "http://172.17.0.3:9000"
|
||||
|
||||
consul:
|
||||
address: 116.204.74.41:8500
|
||||
|
||||
Reference in New Issue
Block a user