Added Discord bot 'Red bot'
This commit is contained in:
@@ -50,6 +50,7 @@ docker compose up -d
|
|||||||
- **LiteLLM** (4000) - LLM API Flattening
|
- **LiteLLM** (4000) - LLM API Flattening
|
||||||
- **LiteLLM Postgres** - LLM database
|
- **LiteLLM Postgres** - LLM database
|
||||||
- **Obsidian Remote** (8181) - Note-taking
|
- **Obsidian Remote** (8181) - Note-taking
|
||||||
|
- **Redbot** - Discord Bot
|
||||||
- **Syncthing** (8384) - File synchronization
|
- **Syncthing** (8384) - File synchronization
|
||||||
|
|
||||||
### 🛠️ System Utilities
|
### 🛠️ System Utilities
|
||||||
|
@@ -453,6 +453,18 @@ services:
|
|||||||
- 8443:8443
|
- 8443:8443
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
redbot:
|
||||||
|
container_name: redbot
|
||||||
|
image: phasecorex/red-discordbot
|
||||||
|
volumes:
|
||||||
|
- /docker-local/redbot:/data
|
||||||
|
environment:
|
||||||
|
- TOKEN=${REDBOT_TOKEN}
|
||||||
|
- PREFIX=!
|
||||||
|
- TZ=Pacific/Auckland
|
||||||
|
- PUID=1000
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
syncthing:
|
syncthing:
|
||||||
image: syncthing/syncthing
|
image: syncthing/syncthing
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
|
0
redbot/.permissions-set
Normal file
0
redbot/.permissions-set
Normal file
9
redbot/config.json
Normal file
9
redbot/config.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"docker": {
|
||||||
|
"DATA_PATH": "/data",
|
||||||
|
"COG_PATH_APPEND": "cogs",
|
||||||
|
"CORE_PATH_APPEND": "core",
|
||||||
|
"STORAGE_TYPE": "JSON",
|
||||||
|
"STORAGE_DETAILS": {}
|
||||||
|
}
|
||||||
|
}
|
1
redbot/venv/.pyversion
Normal file
1
redbot/venv/.pyversion
Normal file
@@ -0,0 +1 @@
|
|||||||
|
python3.11
|
Reference in New Issue
Block a user