mirror of https://github.com/Mai-with-u/MaiBot.git
build(docker): 更新 Docker Compose 配置
- 将 adapters 和 core 服务的镜像地址从本地修改为远程仓库地址- 移除 napcat 服务的多余端口映射 - 更新 adapters 和 core 服务的镜像版本pull/629/head
parent
579dffb9c7
commit
93b980f333
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
adapters:
|
||||
container_name: maim-bot-adapters
|
||||
image: maimbot-adapters:latest
|
||||
image: sengokucola/maimbot:adapters
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
ports:
|
||||
|
|
@ -15,7 +15,7 @@ services:
|
|||
- maim_bot
|
||||
core:
|
||||
container_name: maim-bot-core
|
||||
image: maimbot-core:latest
|
||||
image: sengokucola/maimbot:refactor
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
# - EULA_AGREE=35362b6ea30f12891d46ef545122e84a # 同意EULA
|
||||
|
|
@ -51,9 +51,6 @@ services:
|
|||
- NAPCAT_GID=1000
|
||||
- TZ=Asia/Shanghai
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3001:3001"
|
||||
- "6099:6099"
|
||||
- "8095:8095"
|
||||
volumes:
|
||||
- ./napcat-config:/app/napcat/config # 持久化napcat配置文件
|
||||
|
|
|
|||
Loading…
Reference in New Issue