Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
添加配置文件挂载
添加QQ频道 AppId 配置
  • Loading branch information
sliots committed Nov 14, 2024
1 parent 8289231 commit dba8848
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/compose/RobotClientX/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
robotclientx:
image: littlefishtentears/cngalwebsiterobotclientx:latest
Expand All @@ -15,6 +14,8 @@ services:
- MiraiUrl=${MiraiUrl}
# Mirai 验证密匙
- NormalVerifyKey=${NormalVerifyKey}
# QQ频道 AppId
- ChannelAppId=${ChannelAppId}
# QQ频道 Token
- ChannelToken=${ChannelToken}
# QQ频道 AppKey
Expand Down Expand Up @@ -55,4 +56,7 @@ services:
limits:
memory: ${resources_limits_memory}
ports:
- "2004:8080"
- "2004:8080"
volumes:
- ${MNT_DIR}/robotclientx/DataProtection-Keys:/root/.aspnet/DataProtection-Keys
- ${MNT_DIR}/robotclientx/Data:/app/wwwroot/Data

0 comments on commit dba8848

Please sign in to comment.