Compare commits

...

2 Commits

Author SHA1 Message Date
59520afad5 update wikijs pwd 2025-12-22 15:24:10 +08:00
1e588d06cf update nocobase 2025-12-22 15:23:45 +08:00
3 changed files with 8 additions and 2 deletions

5
nocobase/README.md Normal file
View File

@@ -0,0 +1,5 @@
# NocoBase配置
启动后使用浏览器打开http://IP:13000
默认用户名和密码为`admin@nocobase.com``admin123`

View File

@@ -4,6 +4,7 @@ networks:
services: services:
app: app:
# Latest为稳定版Beta为测试版Alpha为开发版
image: registry.cn-shanghai.aliyuncs.com/nocobase/nocobase:latest-full image: registry.cn-shanghai.aliyuncs.com/nocobase/nocobase:latest-full
restart: always restart: always
networks: networks:

View File

@@ -4,7 +4,7 @@ services:
image: postgres:15-alpine image: postgres:15-alpine
environment: environment:
POSTGRES_DB: wiki POSTGRES_DB: wiki
POSTGRES_PASSWORD: 6vmoedxq9c POSTGRES_PASSWORD: 6vmoedxq9c # 修改密码,此处为工具生成
POSTGRES_USER: wikijs POSTGRES_USER: wikijs
logging: logging:
driver: none driver: none
@@ -21,7 +21,7 @@ services:
DB_HOST: db DB_HOST: db
DB_PORT: 5432 DB_PORT: 5432
DB_USER: wikijs DB_USER: wikijs
DB_PASS: 6vmoedxq9c DB_PASS: 6vmoedxq9c # 修改密码同第7行
DB_NAME: wiki DB_NAME: wiki
restart: unless-stopped restart: unless-stopped
ports: ports: