add Docker configuration and news crawler implementation

This commit is contained in:
ImBenji
2026-04-16 22:54:27 +01:00
parent 7724fafbdc
commit c91e4ddb60
8 changed files with 915 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
api:
build:
context: .
volumes:
- ./config.json:/app/config.json:ro
- ./data:/data
environment:
NODE_ENV: production
restart: unless-stopped
networks:
- nginx_proxy_manager_default
networks:
nginx_proxy_manager_default:
external: true