v5: Mollie (EU) statt Stripe, Sitemap + llms-full.txt, /prognose-Methodik, ausgebauter Datenschutz/Transparenz, Scraper-Adapter toom/bauhaus/hornbach + compose/cron-ready, checkedAt-Stempel im Monitor

This commit is contained in:
2026-06-28 07:26:21 +00:00
parent 7636a00d9f
commit a266b14482
18 changed files with 265 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM node:22-alpine
WORKDIR /app
COPY scraper/ ./scraper/
COPY public/data ./public/data
WORKDIR /app/scraper
# Coolify Scheduled Task: "node run.mjs" (z.B. */30 * * * *)
CMD ["node","run.mjs"]