mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 16:56:38 +08:00
update docker-compose.yaml
This commit is contained in:
parent
c434f85045
commit
54b45ec2ff
@ -1,6 +1,6 @@
|
|||||||
Listen = "0.0.0.0:5678"
|
Listen = "0.0.0.0:5678"
|
||||||
ProxyURL = ""
|
ProxyURL = ""
|
||||||
MysqlDns = "root:12345678@tcp(geekai-mysql:3306)/chatgpt_plus?charset=utf8mb4&collation=utf8mb4_unicode_ci&parseTime=True&loc=Local"
|
MysqlDns = "root:12345678@tcp(geekai-mysql:3306)/geekai?charset=utf8mb4&collation=utf8mb4_unicode_ci&parseTime=True&loc=Local"
|
||||||
StaticDir = "./static"
|
StaticDir = "./static"
|
||||||
StaticUrl = "/static"
|
StaticUrl = "/static"
|
||||||
WeChatBot = false
|
WeChatBot = false
|
||||||
@ -88,7 +88,7 @@ TikaHost = "http://tika:9998"
|
|||||||
ApiKey = ""
|
ApiKey = ""
|
||||||
|
|
||||||
[XXLConfig] # xxl-job 配置,需要你部署 XXL-JOB 定时任务工具,用来定期清理未支付订单和清理过期 VIP,如果你没有启用支付服务,则该服务也无需启动
|
[XXLConfig] # xxl-job 配置,需要你部署 XXL-JOB 定时任务工具,用来定期清理未支付订单和清理过期 VIP,如果你没有启用支付服务,则该服务也无需启动
|
||||||
Enabled = true # 是否启用 XXL JOB 服务
|
Enabled = false # 是否启用 XXL JOB 服务
|
||||||
ServerAddr = "http://geekai-xxl-job-admin:8080/xxl-job-admin" # xxl-job-admin 管理地址
|
ServerAddr = "http://geekai-xxl-job-admin:8080/xxl-job-admin" # xxl-job-admin 管理地址
|
||||||
ExecutorIp = "geekai-api" # 执行器 IP 地址
|
ExecutorIp = "geekai-api" # 执行器 IP 地址
|
||||||
ExecutorPort = "9999" # 执行器服务端口
|
ExecutorPort = "9999" # 执行器服务端口
|
||||||
|
@ -27,17 +27,17 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "6380:6379"
|
- "6380:6379"
|
||||||
|
|
||||||
xxl-job-admin:
|
# xxl-job-admin:
|
||||||
container_name: geekai-xxl-job-admin
|
# container_name: geekai-xxl-job-admin
|
||||||
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/xxl-job-admin:2.4.0
|
# image: registry.cn-shenzhen.aliyuncs.com/geekmaster/xxl-job-admin:2.4.0
|
||||||
restart: always
|
# restart: always
|
||||||
ports:
|
# ports:
|
||||||
- "8081:8080"
|
# - "8081:8080"
|
||||||
environment:
|
# environment:
|
||||||
- PARAMS=--spring.config.location=/application.properties
|
# - PARAMS=--spring.config.location=/application.properties
|
||||||
volumes:
|
# volumes:
|
||||||
- ./logs/xxl-job:/data/applogs
|
# - ./logs/xxl-job:/data/applogs
|
||||||
- ./conf/xxl-job/application.properties:/application.properties
|
# - ./conf/xxl-job/application.properties:/application.properties
|
||||||
|
|
||||||
tika:
|
tika:
|
||||||
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/tika:latest
|
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/tika:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user