chore: update port mappings in compose.yml

This commit is contained in:
Soulter
2025-03-03 12:48:42 +08:00
parent 9ec44d6f97
commit d305211a36
3 changed files with 6 additions and 11 deletions
-3
View File
@@ -1,3 +0,0 @@
comment:
layout: "condensed_header, condensed_files, condensed_footer"
hide_project_coverage: TRUE
-5
View File
@@ -1,5 +0,0 @@
[run]
omit =
*/site-packages/*
*/dist-packages/*
your_package_name/tests/*
+6 -3
View File
@@ -4,8 +4,11 @@ services:
astrbot:
image: soulter/astrbot:latest
container_name: astrbot
ports:
- "6180-6200:6180-6200" # mappings description: https://github.com/Soulter/AstrBot/issues/497
- "11451:11451"
ports: # mappings description: https://github.com/Soulter/AstrBot/issues/497
- "6185:6185"
- "6195:6195" # optional, wecom default port
- "6199:6199" # optional, aiocqhttp default port
- "6196:6196" # optional, qq official webhook default port
- "11451:11451" # optional, gewechat default port
volumes:
- ./data:/AstrBot/data