fix(scraper): correct CSV export selector and add persistent data volume [32788f42]

This commit is contained in:
2026-03-20 19:28:19 +00:00
parent 5720a4a7e0
commit 5dad99d8b3
2 changed files with 11 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ services:
- "8002:8000" # Map internal 8000 to external 8002 to avoid conflicts
volumes:
- ./backend:/app # Mount the backend code for easier development
- ./backend/data:/app/data # Persistent data storage
restart: unless-stopped
fotograf-de-scraper-frontend: