Skip to content

Commit 6547507

Browse files
authored
Update docker-compose.yml
1 parent 9cf1968 commit 6547507

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
services:
22
koalawiki:
33
image: crpi-j9ha7sxwhatgtvj4.cn-shenzhen.personal.cr.aliyuncs.com/koala-ai/koala-wiki
4-
ports:
5-
- 8080:8080
64
environment:
75
- KOALAWIKI_REPOSITORIES=/repositories
86
- TASK_MAX_SIZE_PER_USER=5 # 每个用户AI处理文档生成的最大数量
@@ -23,8 +21,6 @@
2321

2422
koalawiki-web:
2523
image: crpi-j9ha7sxwhatgtvj4.cn-shenzhen.personal.cr.aliyuncs.com/koala-ai/koala-wiki-web
26-
ports:
27-
- 3000:3000
2824
environment:
2925
- NEXT_PUBLIC_API_URL=http://koalawiki:8080 # 用于提供给server的地址
3026
build:

0 commit comments

Comments
 (0)