-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two torrent folders and two media folders
- Loading branch information
Dmytro Galushko
committed
Jan 16, 2024
1 parent
de2a77a
commit 29085ad
Showing
8 changed files
with
116 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
common-variables: &common-variables | ||
RABBITMQ_DEFAULT_USER: rabbit_user | ||
RABBITMQ_DEFAULT_PASS: rabbit_pswrd | ||
RABBIT_PORT: 5672 | ||
RABBIT_IP: <input | ||
TORRENT_IP: [{"ip"="<input>","port"="9093"},{"name"="hdd","ip"="<input>","port"="9092"}] | ||
|
||
BOT_TOKEN: <input> | ||
BOT_NAME: <input> | ||
BOT_TRUSTED_USERS: <input> | ||
|
||
LONG_PAUSE_MILIS: 10000 | ||
MEDIUM_PAUSE_MILIS: 5000 | ||
SMALL_PAUSE_MILIS: 500 | ||
|
||
PING: /ping | ||
PONG: pong | ||
|
||
LOGS_LEVEL: info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 3 additions & 18 deletions
21
config/examples/docker-compose/docker-compose-bot_debug.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters