We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf1968 commit 6547507Copy full SHA for 6547507
docker-compose.yml
@@ -1,8 +1,6 @@
1
services:
2
koalawiki:
3
image: crpi-j9ha7sxwhatgtvj4.cn-shenzhen.personal.cr.aliyuncs.com/koala-ai/koala-wiki
4
- ports:
5
- - 8080:8080
6
environment:
7
- KOALAWIKI_REPOSITORIES=/repositories
8
- TASK_MAX_SIZE_PER_USER=5 # 每个用户AI处理文档生成的最大数量
@@ -23,8 +21,6 @@
23
21
24
22
koalawiki-web:
25
image: crpi-j9ha7sxwhatgtvj4.cn-shenzhen.personal.cr.aliyuncs.com/koala-ai/koala-wiki-web
26
27
- - 3000:3000
28
29
- NEXT_PUBLIC_API_URL=http://koalawiki:8080 # 用于提供给server的地址
30
build:
0 commit comments