Rust로 마이그레이션

This commit is contained in:
암냥 2026-01-09 09:29:48 +09:00
commit 55f1cdf1bf
No known key found for this signature in database
23 changed files with 3363 additions and 1339 deletions

View file

@ -1,12 +1,10 @@
services:
# Main Discord bot application
bot:
memos-rss:
image: ghcr.io/imnyang/memos-rss/bot:latest
container_name: bot
restart: unless-stopped
restart: always
env_file:
- .env
volumes:
# Mount any persistent data directories if needed
- ./rss.toml:/app/rss.toml
- ./processed.json:/app/processed.json
- ./processed_items.db:/usr/app/processed_items.db
# - ./processed.json:/app/processed.json # if you need to migration
- ./rss.toml:/usr/app/rss.toml