Update Dockerfile, main.yml, and index.ts for bot configuration and activity status

This commit is contained in:
암냥 2025-12-11 01:19:09 +09:00
commit 4cb7666826
No known key found for this signature in database
4 changed files with 35 additions and 6 deletions

12
compose.yml Normal file
View 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