Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aon-tg-messenger
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
aon-tg-messenger
Commits
1d224a83
Commit
1d224a83
authored
Jul 25, 2024
by
贾浩@五瓣科技
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
22035e61
Pipeline
#793
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
docker-compose.yml
docker-compose.yml
+2
-2
readme.md
readme.md
+9
-1
No files found.
docker-compose.yml
View file @
1d224a83
...
@@ -15,7 +15,7 @@ services:
...
@@ -15,7 +15,7 @@ services:
volumes
:
volumes
:
-
./conf/tg-messenger/config.toml:/config.toml
-
./conf/tg-messenger/config.toml:/config.toml
-
./data/tg-messenger/api:/app
-
./data/tg-messenger/api
-log
:/app
command
:
command
:
-
"
/bin/sh"
-
"
/bin/sh"
-
"
-c"
-
"
-c"
...
@@ -33,7 +33,7 @@ services:
...
@@ -33,7 +33,7 @@ services:
volumes
:
volumes
:
-
./conf/tg-messenger/config.toml:/config.toml
-
./conf/tg-messenger/config.toml:/config.toml
-
./data/tg-messenger/messenger:/app
-
./data/tg-messenger/messenger
-log
:/app
command
:
command
:
-
"
/bin/sh"
-
"
/bin/sh"
-
"
-c"
-
"
-c"
...
...
readme.md
View file @
1d224a83
...
@@ -2,4 +2,12 @@
...
@@ -2,4 +2,12 @@
# telegram-messenger
# telegram-messenger
统计用户每日发言,是否在某个群组内
统计用户每日发言,是否在某个群组内
\ No newline at end of file
和sdk部分共用一个数据库,启动&t停止命令
```
docker compose -f docker-compose-ai-sdk-api.yml -f docker-compose-tg-messenger.yml up -d tg-messenger tg-messenger-api
docker compose -f docker-compose-ai-sdk-api.yml -f docker-compose-tg-messenger.yml down tg-messenger tg-messenger-api
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment