feat: update news service to fetch Naver Stock news and enhance category handling
This commit is contained in:
@@ -10,12 +10,9 @@ services:
|
||||
- "3100:3100"
|
||||
environment:
|
||||
PORT: 3100
|
||||
NEWS_API_KEY: ${NEWS_API_KEY}
|
||||
NEWS_API_BASE_URL: ${NEWS_API_BASE_URL:-https://newsapi.org/v2/everything}
|
||||
NEWS_API_LANGUAGE: ${NEWS_API_LANGUAGE:-en}
|
||||
NEWS_PAGE_SIZE: ${NEWS_PAGE_SIZE:-20}
|
||||
NEWS_REFRESH_CRON: ${NEWS_REFRESH_CRON:-0 * * * *}
|
||||
DATA_DIR: ${DATA_DIR:-/app/data}
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user