Update Dockerfile, main.yml, and index.ts for bot configuration and activity status
This commit is contained in:
parent
e176b1c094
commit
4cb7666826
4 changed files with 35 additions and 6 deletions
12
compose.yml
Normal file
12
compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
# Main Discord bot application
|
||||
bot:
|
||||
image: ghcr.io/imnyang/memos-rss/bot:latest
|
||||
container_name: bot
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
# Mount any persistent data directories if needed
|
||||
- ./rss.toml:/app/rss.toml
|
||||
- ./processed.json:/app/processed.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue