Files
josh c5c9f750a3
Build and Deploy / Build & Push (push) Successful in 2m10s
chore: update Docker and CI for web + backend architecture
Replace scraper container with backend API container. Web image no
longer mounts a data volume or ships SQLite. Backend image runs Hono
server with node-cron scheduler, owns the database exclusively.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-23 21:49:17 -04:00

12 lines
113 B
Plaintext

.git
.gitea
.next
node_modules
data/*.db
data/*.db-shm
data/*.db-wal
backend/data
.env*
npm-debug.log*
.DS_Store