This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
develop
/
digimeta-MultiSaas
Watch
12
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
149
Wiki
Activity
Browse Source
yinruoxi:
新增 1.NLT模块代码上传
tags/B.1.2.0.0_20230819_base
kira
1 year ago
parent
ea8b8be99e
commit
acc80fe75b
1 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
docker-compose.yml
+ 14
- 0
docker-compose.yml
View File
@@ -180,6 +180,20 @@ services:
depends_on:
- xueyi-nacos
- xueyi-redis
links:
- xueyi-nacos
- xueyi-redis
-
xueyi-nlt:
container_name: xueyi-nlt
build:
context: xueyi-modules/xueyi-nlt
dockerfile: ./Dockerfile
ports:
- "9901:9901"
depends_on:
- xueyi-nacos
- xueyi-redis
links:
- xueyi-nacos
- xueyi-redis
Write
Preview
Loading…
Cancel
Save